#996233

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

Shades of Indochine #996233

Tints of Indochine #996233

Color information

#996233 (or 0x996233) is unknown color: approx Indochine. HEX triplet: 99, 62 and 33. RGB value is (153,98,51). Sum of RGB (Red+Green+Blue) = 153+98+51=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #996233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996233 is #669DCC. Grayscale: #6D6D6D. Windows color (decimal): -6725069 or 3367577. OLE color: 3367577.

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

Color convert

RGB1539851-
CMYK00.360.670.4
HSL27.65º50%40%-
HSV(B)27.65º66.67%60%-
XYZ18.115.755.22-
YUV109.0995.22159.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=50.66%
G=32.45%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153985100.360.670.427.655040
Hex99623302443281c3228
Octal2311426304410350346250
Binary1001100111000101100110100100100001110100011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996233; }

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

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

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

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

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

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

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

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