#996432

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

Shades of Mai Tai #996432

Tints of Mai Tai #996432

Color information

#996432 (or 0x996432) is unknown color: approx Mai Tai. HEX triplet: 99, 64 and 32. RGB value is (153,100,50). Sum of RGB (Red+Green+Blue) = 153+100+50=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996432 is #669BCD. Grayscale: #6E6E6E. Windows color (decimal): -6724558 or 3302553. OLE color: 3302553.

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

Color convert

RGB15310050-
CMYK00.350.670.4
HSL29.13º50.74%39.8%-
HSV(B)29.13º67.32%60%-
XYZ18.2716.125.17-
YUV110.1594.06158.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=50.50%
G=33.00%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531005000.350.670.429.1350.7439.8
Hex99643202343281d3328
Octal2311446204310350356350
Binary1001100111001001100100100011100001110100011101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996432; }

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

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

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

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

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

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

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

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