#9C6237

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

Shades of Indochine #9C6237

Tints of Indochine #9C6237

Color information

#9C6237 (or 0x9C6237) is unknown color: approx Indochine. HEX triplet: 9C, 62 and 37. RGB value is (156,98,55). Sum of RGB (Red+Green+Blue) = 156+98+55=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6237 is #639DC8. Grayscale: #6E6E6E. Windows color (decimal): -6528457 or 3629724. OLE color: 3629724.

HSL color Cylindrical-coordinate representation of color #9C6237: hue angle of 25.54º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C6237 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1569855-
CMYK00.370.650.39
HSL25.54º47.87%41.37%-
HSV(B)25.54º64.74%61.18%-
XYZ18.7716.085.73-
YUV110.4496.72160.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.49%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=50.49%
G=31.72%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156985500.370.650.3925.5447.8741.37
Hex9C623702541271a3029
Octal2341426704510147326051
Binary1001110011000101101110100101100000110011111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C6237; }

 p { color: rgb(156,98,55); }

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

<style>
 a { background-color: #9C6237; }

 a { background-color: rgb(156,98,55); }

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

<style>
 span { border-color: #9C6237; }

 span { border-color: rgb(156,98,55); }

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