#996437

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

Shades of Indochine #996437

Tints of Indochine #996437

Color information

#996437 (or 0x996437) is unknown color: approx Indochine. HEX triplet: 99, 64 and 37. RGB value is (153,100,55). Sum of RGB (Red+Green+Blue) = 153+100+55=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #996437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996437 is #669BC8. Grayscale: #6E6E6E. Windows color (decimal): -6724553 or 3630233. OLE color: 3630233.

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

Color convert

RGB15310055-
CMYK00.350.640.4
HSL27.55º47.12%40.78%-
HSV(B)27.55º64.05%60%-
XYZ18.3816.165.77-
YUV110.7296.56158.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=49.68%
G=32.47%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531005500.350.640.427.5547.1240.78
Hex99643702340281c2f29
Octal2311446704310050345751
Binary1001100111001001101110100011100000010100011100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996437; }

 p { color: rgb(153,100,55); }

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

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

 a { background-color: rgb(153,100,55); }

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

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

 span { border-color: rgb(153,100,55); }

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