#996039

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

Shades of Indochine #996039

Tints of Indochine #996039

Color information

#996039 (or 0x996039) is unknown color: approx Indochine. HEX triplet: 99, 60 and 39. RGB value is (153,96,57). Sum of RGB (Red+Green+Blue) = 153+96+57=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996039 is #669FC6. Grayscale: #6C6C6C. Windows color (decimal): -6725575 or 3760281. OLE color: 3760281.

HSL color Cylindrical-coordinate representation of color #996039: hue angle of 24.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #996039 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1539657-
CMYK00.370.630.4
HSL24.38º45.71%41.18%-
HSV(B)24.38º62.75%60%-
XYZ18.0615.435.9-
YUV108.698.88159.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=50%
G=31.37%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153965700.370.630.424.3845.7141.18
Hex9960390253F28182e29
Octal231140710457750305651
Binary100110011100000111001010010111111110100011000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996039; }

 p { color: rgb(153,96,57); }

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

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

 a { background-color: rgb(153,96,57); }

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

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

 span { border-color: rgb(153,96,57); }

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