Html Css Color HEX #996331 Mai Tai

📋 copy color: '#996331'

red 153 ◦ green 99 ◦ blue 49

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

Shades of Mai Tai #996331

Tints of Mai Tai #996331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 50.83%
G = 32.89%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#996331 (or 0x996331) is known color: Mai Tai. HEX triplet: 99, 63 and 31. RGB value is (153,99,49). Sum of RGB (Red+Green+Blue) = 153+99+49=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #996331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996331 is #669CCE. Grayscale: #6D6D6D. Windows color (decimal): -6724815 or 3236761. OLE color: 3236761.

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

Color convert

RGB 153 99 49 -
CMYK 0 0.35 0.68 0.4
HSL 28.85º 0.51% 0.4% -
HSV(B) 28.85º 0.68% 0.6% -
XYZ 18.15 15.92 5.02 -
YUV 109.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 153 99 49 0 0.35 0.68 0.4 28.85 0.51 0.4
Hex 99 63 31 0 23 44 28 1D 33 28
Octal 231 143 61 0 43 104 50 35 63 50
Binary 10011001 1100011 110001 0 100011 1000100 101000 11101 110011 101000

Color Harmonies of #996331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996331

Black with #996331

Text Example


Text Example

White with #996331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996331; }

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

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

background-color css

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

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

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

border-color css

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

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

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