#996336

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

Shades of Indochine #996336

Tints of Indochine #996336

Color information

#996336 (or 0x996336) is unknown color: approx Indochine. HEX triplet: 99, 63 and 36. RGB value is (153,99,54). Sum of RGB (Red+Green+Blue) = 153+99+54=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996336 is #669CC9. Grayscale: #6E6E6E. Windows color (decimal): -6724810 or 3564441. OLE color: 3564441.

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

Color convert

RGB1539954-
CMYK00.350.650.4
HSL27.27º47.83%40.59%-
HSV(B)27.27º64.71%60%-
XYZ18.2615.965.61-
YUV110.0296.39158.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=50%
G=32.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153995400.350.650.427.2747.8340.59
Hex99633602341281b3029
Octal2311436604310150336051
Binary1001100111000111101100100011100000110100011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996336; }

 p { color: rgb(153,99,54); }

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

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

 a { background-color: rgb(153,99,54); }

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

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

 span { border-color: rgb(153,99,54); }

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