#97613B

Color #97613B Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #97613B

Tints of Indochine #97613B

Color information

#97613B (or 0x97613B) is unknown color: approx Indochine. HEX triplet: 97, 61 and 3B. RGB value is (151,97,59). Sum of RGB (Red+Green+Blue) = 151+97+59=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #97613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97613B is #689EC4. Grayscale: #6D6D6D. Windows color (decimal): -6856389 or 3891607. OLE color: 3891607.

HSL color Cylindrical-coordinate representation of color #97613B: hue angle of 24.78º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97613B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1519759-
CMYK00.360.610.41
HSL24.78º43.81%41.18%-
HSV(B)24.78º60.93%59.22%-
XYZ17.8315.446.18-
YUV108.8199.89158.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=49.19%
G=31.60%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151975900.360.610.4124.7843.8141.18
Hex97613B0243D29192c29
Octal227141730447551315451
Binary100101111100001111011010010011110110100111001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97613B; }

 p { color: rgb(151,97,59); }

 H1.HeaderClassName
 {
   color: #97613B;
 }
 .AnyTagClassName
 {
   color: #97613B;
 }
</style>
background-color css

<style>
 a { background-color: #97613B; }

 a { background-color: rgb(151,97,59); }

 div.DivClassName
 {
   background-color: #97613B;
 }
 .BgClassName
 {
   background-color: #97613B;
 }
</style>
border-color css

<style>
 span { border-color: #97613B; }

 span { border-color: rgb(151,97,59); }

 td.TdClassName
 {
   border-color: #97613B;
 }
 .TagClassName
 {
   border-color: #97613B;
 }
</style>