#996634

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

Shades of Mai Tai #996634

Tints of Mai Tai #996634

Color information

#996634 (or 0x996634) is unknown color: approx Mai Tai. HEX triplet: 99, 66 and 34. RGB value is (153,102,52). Sum of RGB (Red+Green+Blue) = 153+102+52=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996634 is #6699CB. Grayscale: #6F6F6F. Windows color (decimal): -6724044 or 3434137. OLE color: 3434137.

HSL color Cylindrical-coordinate representation of color #996634: hue angle of 29.7º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #996634 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB15310252-
CMYK00.330.660.4
HSL29.7º49.27%40.2%-
HSV(B)29.7º66.01%60%-
XYZ18.5116.525.46-
YUV111.5594.4157.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=49.84%
G=33.22%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531025200.330.660.429.749.2740.2
Hex99663402142281e3128
Octal2311466404110250366150
Binary1001100111001101101000100001100001010100011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996634; }

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

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

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

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

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

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

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

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