Html Css Color HEX #996636 Mai Tai

📋 copy color: '#996636'

red 153 ◦ green 102 ◦ blue 54

#996636
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #996636

Tints of Mai Tai #996636

RGB

 RED value IS 153 (60.16% from 255) = 49.51%

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 49.51%
G = 33.01%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#996636 (or 0x996636) is known color: Mai Tai. HEX triplet: 99, 66 and 36. RGB value is (153,102,54). Sum of RGB (Red+Green+Blue) = 153+102+54=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #996636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996636 is #6699C9. Grayscale: #707070. Windows color (decimal): -6724042 or 3565209. OLE color: 3565209.

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

Color convert

RGB 153 102 54 -
CMYK 0 0.33 0.65 0.4
HSL 29.09º 0.48% 0.41% -
HSV(B) 29.09º 0.65% 0.6% -
XYZ 18.55 16.54 5.7 -
YUV 111.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 153 102 54 0 0.33 0.65 0.4 29.09 0.48 0.41
Hex 99 66 36 0 21 41 28 1D 30 29
Octal 231 146 66 0 41 101 50 35 60 51
Binary 10011001 1100110 110110 0 100001 1000001 101000 11101 110000 101001

Color Harmonies of #996636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996636

Black with #996636

Text Example


Text Example

White with #996636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996636; }

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

 H1.HeaderClassName
 {
   color: #996636;
 }
 .AnyTagClassName
 {
   color: #996636;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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