Html Css Color HEX #996533 Mai Tai

📋 copy color: '#996533'

red 153 ◦ green 101 ◦ blue 51

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

Shades of Mai Tai #996533

Tints of Mai Tai #996533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 50.16%
G = 33.11%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996533 (or 0x996533) is known color: Mai Tai. HEX triplet: 99, 65 and 33. RGB value is (153,101,51). Sum of RGB (Red+Green+Blue) = 153+101+51=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #996533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996533 is #669ACC. Grayscale: #6F6F6F. Windows color (decimal): -6724301 or 3368345. OLE color: 3368345.

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

Color convert

RGB 153 101 51 -
CMYK 0 0.34 0.67 0.4
HSL 29.41º 0.5% 0.4% -
HSV(B) 29.41º 0.67% 0.6% -
XYZ 18.39 16.32 5.31 -
YUV 110.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 153 101 51 0 0.34 0.67 0.4 29.41 0.5 0.4
Hex 99 65 33 0 22 43 28 1D 32 28
Octal 231 145 63 0 42 103 50 35 62 50
Binary 10011001 1100101 110011 0 100010 1000011 101000 11101 110010 101000

Color Harmonies of #996533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996533

Black with #996533

Text Example


Text Example

White with #996533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996533; }

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

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

background-color css

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

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

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

border-color css

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

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

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