#9C6234

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

Shades of Indochine #9C6234

Tints of Indochine #9C6234

Color information

#9C6234 (or 0x9C6234) is unknown color: approx Indochine. HEX triplet: 9C, 62 and 34. RGB value is (156,98,52). Sum of RGB (Red+Green+Blue) = 156+98+52=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6234 is #639DCB. Grayscale: #6E6E6E. Windows color (decimal): -6528460 or 3433116. OLE color: 3433116.

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

Color convert

RGB1569852-
CMYK00.370.670.39
HSL26.54º50%40.78%-
HSV(B)26.54º66.67%61.18%-
XYZ18.716.055.36-
YUV110.195.22160.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=50.98%
G=32.03%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156985200.370.670.3926.545040.78
Hex9C623402543271b3229
Octal2341426404510347336251
Binary1001110011000101101000100101100001110011111011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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