Html Css Color HEX #996431 Mai Tai

📋 copy color: '#996431'

red 153 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #996431

Tints of Mai Tai #996431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

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

R = 50.66%
G = 33.11%
B = 16.23%

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

#996431 (or 0x996431) is known color: Mai Tai. HEX triplet: 99, 64 and 31. RGB value is (153,100,49). Sum of RGB (Red+Green+Blue) = 153+100+49=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #996431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996431 is #669BCE. Grayscale: #6E6E6E. Windows color (decimal): -6724559 or 3237017. OLE color: 3237017.

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

Color convert

RGB 153 100 49 -
CMYK 0 0.35 0.68 0.4
HSL 29.42º 0.51% 0.4% -
HSV(B) 29.42º 0.68% 0.6% -
XYZ 18.25 16.11 5.05 -
YUV 110.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 153 100 49 0 0.35 0.68 0.4 29.42 0.51 0.4
Hex 99 64 31 0 23 44 28 1D 33 28
Octal 231 144 61 0 43 104 50 35 63 50
Binary 10011001 1100100 110001 0 100011 1000100 101000 11101 110011 101000

Color Harmonies of #996431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996431

Black with #996431

Text Example


Text Example

White with #996431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996431; }

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

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

background-color css

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

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

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

border-color css

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

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

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