#996232

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

Shades of Indochine #996232

Tints of Indochine #996232

Color information

#996232 (or 0x996232) is unknown color: approx Indochine. HEX triplet: 99, 62 and 32. RGB value is (153,98,50). Sum of RGB (Red+Green+Blue) = 153+98+50=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #996232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996232 is #669DCD. Grayscale: #6D6D6D. Windows color (decimal): -6725070 or 3302041. OLE color: 3302041.

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

Color convert

RGB1539850-
CMYK00.360.670.4
HSL27.96º50.74%39.8%-
HSV(B)27.96º67.32%60%-
XYZ18.0815.745.1-
YUV108.9794.72159.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=50.83%
G=32.56%
B=16.61%

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
Decimal153985000.360.670.427.9650.7439.8
Hex99623202443281c3328
Octal2311426204410350346350
Binary1001100111000101100100100100100001110100011100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996232; }

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

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

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

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

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

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

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

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