#996532

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

Shades of Mai Tai #996532

Tints of Mai Tai #996532

Color information

#996532 (or 0x996532) is unknown color: approx Mai Tai. HEX triplet: 99, 65 and 32. RGB value is (153,101,50). Sum of RGB (Red+Green+Blue) = 153+101+50=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #996532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996532 is #669ACD. Grayscale: #6E6E6E. Windows color (decimal): -6724302 or 3302809. OLE color: 3302809.

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

Color convert

RGB15310150-
CMYK00.340.670.4
HSL29.71º50.74%39.8%-
HSV(B)29.71º67.32%60%-
XYZ18.3716.315.2-
YUV110.7393.73158.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=50.33%
G=33.22%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531015000.340.670.429.7150.7439.8
Hex99653202243281e3328
Octal2311456204210350366350
Binary1001100111001011100100100010100001110100011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996532; }

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

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

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

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

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

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

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

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