#9C6030

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

Shades of Indochine #9C6030

Tints of Indochine #9C6030

Color information

#9C6030 (or 0x9C6030) is unknown color: approx Indochine. HEX triplet: 9C, 60 and 30. RGB value is (156,96,48). Sum of RGB (Red+Green+Blue) = 156+96+48=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6030 is #639FCF. Grayscale: #6C6C6C. Windows color (decimal): -6528976 or 3170460. OLE color: 3170460.

HSL color Cylindrical-coordinate representation of color #9C6030: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C6030 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1569648-
CMYK00.380.690.39
HSL26.67º52.94%40%-
HSV(B)26.67º69.23%61.18%-
XYZ18.4315.654.85-
YUV108.4793.88161.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 48 (19.14% from 255) = 16%
R=52%
G=32%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156964800.380.690.3926.6752.9440
Hex9C603002645271b3528
Octal2341406004610547336550
Binary1001110011000001100000100110100010110011111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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