#996139

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

Shades of Indochine #996139

Tints of Indochine #996139

Color information

#996139 (or 0x996139) is unknown color: approx Indochine. HEX triplet: 99, 61 and 39. RGB value is (153,97,57). Sum of RGB (Red+Green+Blue) = 153+97+57=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996139 is #669EC6. Grayscale: #6D6D6D. Windows color (decimal): -6725319 or 3760537. OLE color: 3760537.

HSL color Cylindrical-coordinate representation of color #996139: hue angle of 25º 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 #996139 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1539757-
CMYK00.370.630.4
HSL25º45.71%41.18%-
HSV(B)25º62.75%60%-
XYZ18.1515.625.93-
YUV109.1898.55159.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 57 (22.66% from 255) = 18.57%
R=49.84%
G=31.60%
B=18.57%

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
Decimal153975700.370.630.42545.7141.18
Hex9961390253F28192e29
Octal231141710457750315651
Binary100110011100001111001010010111111110100011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996139; }

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

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

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

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

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

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

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

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