#9C6033

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

Shades of Indochine #9C6033

Tints of Indochine #9C6033

Color information

#9C6033 (or 0x9C6033) is unknown color: approx Indochine. HEX triplet: 9C, 60 and 33. RGB value is (156,96,51). Sum of RGB (Red+Green+Blue) = 156+96+51=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6033 is #639FCC. Grayscale: #6D6D6D. Windows color (decimal): -6528973 or 3367068. OLE color: 3367068.

HSL color Cylindrical-coordinate representation of color #9C6033: hue angle of 25.71º degrees, saturation: 0.51, 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 #9C6033 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB1569651-
CMYK00.380.670.39
HSL25.71º50.72%40.59%-
HSV(B)25.71º67.31%61.18%-
XYZ18.4915.675.18-
YUV108.8195.38161.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=51.49%
G=31.68%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156965100.380.670.3925.7150.7240.59
Hex9C603302643271a3329
Octal2341406304610347326351
Binary1001110011000001100110100110100001110011111010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,51); }

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

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

 a { background-color: rgb(156,96,51); }

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

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

 span { border-color: rgb(156,96,51); }

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