#9C5936

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

Shades of Indochine #9C5936

Tints of Indochine #9C5936

Color information

#9C5936 (or 0x9C5936) is unknown color: approx Indochine. HEX triplet: 9C, 59 and 36. RGB value is (156,89,54). Sum of RGB (Red+Green+Blue) = 156+89+54=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5936 is #63A6C9. Grayscale: #696969. Windows color (decimal): -6530762 or 3561884. OLE color: 3561884.

HSL color Cylindrical-coordinate representation of color #9C5936: hue angle of 20.59º degrees, saturation: 0.49, 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 #9C5936 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1568954-
CMYK00.430.650.39
HSL20.59º48.57%41.18%-
HSV(B)20.59º65.38%61.18%-
XYZ17.9514.485.34-
YUV105.0499.2164.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=52.17%
G=29.77%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156895400.430.650.3920.5948.5741.18
Hex9C593602B4127153129
Octal2341316605310147256151
Binary1001110010110011101100101011100000110011110101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,54); }

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

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

 a { background-color: rgb(156,89,54); }

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

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

 span { border-color: rgb(156,89,54); }

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