#996633

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

Shades of Mai Tai #996633

Tints of Mai Tai #996633

Color information

#996633 (or 0x996633) is unknown color: approx Mai Tai. HEX triplet: 99, 66 and 33. RGB value is (153,102,51). Sum of RGB (Red+Green+Blue) = 153+102+51=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996633 is a web safe color. Inversed color of #996633 is #6699CC. Grayscale: #6F6F6F. Windows color (decimal): -6724045 or 3368601. OLE color: 3368601.

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

Color convert

RGB15310251-
CMYK00.330.670.4
HSL30º50%40%-
HSV(B)30º66.67%60%-
XYZ18.4916.515.35-
YUV111.4493.9157.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531025100.330.670.4305040
Hex99663302143281e3228
Octal2311466304110350366250
Binary1001100111001101100110100001100001110100011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996633; }

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

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

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

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

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

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

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

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