Html Css Color HEX #996631 Mai Tai

📋 copy color: '#996631'

red 153 ◦ green 102 ◦ blue 49

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

Shades of Mai Tai #996631

Tints of Mai Tai #996631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 50.33%
G = 33.55%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#996631 (or 0x996631) is known color: Mai Tai. HEX triplet: 99, 66 and 31. RGB value is (153,102,49). Sum of RGB (Red+Green+Blue) = 153+102+49=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #996631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996631 is #6699CE. Grayscale: #6F6F6F. Windows color (decimal): -6724047 or 3237529. OLE color: 3237529.

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

Color convert

RGB 153 102 49 -
CMYK 0 0.33 0.68 0.4
HSL 30.58º 0.51% 0.4% -
HSV(B) 30.58º 0.68% 0.6% -
XYZ 18.44 16.5 5.12 -
YUV 111.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 153 102 49 0 0.33 0.68 0.4 30.58 0.51 0.4
Hex 99 66 31 0 21 44 28 1F 33 28
Octal 231 146 61 0 41 104 50 37 63 50
Binary 10011001 1100110 110001 0 100001 1000100 101000 11111 110011 101000

Color Harmonies of #996631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996631

Black with #996631

Text Example


Text Example

White with #996631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996631; }

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

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

background-color css

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

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

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

border-color css

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

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

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