#996033

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

Shades of Indochine #996033

Tints of Indochine #996033

Color information

#996033 (or 0x996033) is unknown color: approx Indochine. HEX triplet: 99, 60 and 33. RGB value is (153,96,51). Sum of RGB (Red+Green+Blue) = 153+96+51=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996033 is #669FCC. Grayscale: #6C6C6C. Windows color (decimal): -6725581 or 3367065. OLE color: 3367065.

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

Color convert

RGB1539651-
CMYK00.370.670.4
HSL26.47º50%40%-
HSV(B)26.47º66.67%60%-
XYZ17.9215.385.16-
YUV107.9195.88160.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 51 (20.31% from 255) = 17%
R=51%
G=32%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153965100.370.670.426.475040
Hex99603302543281a3228
Octal2311406304510350326250
Binary1001100111000001100110100101100001110100011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996033; }

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

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

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

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

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

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

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

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