#996736

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

Shades of Mai Tai #996736

Tints of Mai Tai #996736

Color information

#996736 (or 0x996736) is unknown color: approx Mai Tai. HEX triplet: 99, 67 and 36. RGB value is (153,103,54). Sum of RGB (Red+Green+Blue) = 153+103+54=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #996736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996736 is #6698C9. Grayscale: #707070. Windows color (decimal): -6723786 or 3565465. OLE color: 3565465.

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

Color convert

RGB15310354-
CMYK00.330.650.4
HSL29.7º47.83%40.59%-
HSV(B)29.7º64.71%60%-
XYZ18.6516.745.74-
YUV112.3695.06156.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=49.35%
G=33.23%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531035400.330.650.429.747.8340.59
Hex99673602141281e3029
Octal2311476604110150366051
Binary1001100111001111101100100001100000110100011110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996736; }

 p { color: rgb(153,103,54); }

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

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

 a { background-color: rgb(153,103,54); }

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

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

 span { border-color: rgb(153,103,54); }

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