Html Css Color HEX #996534 Mai Tai

📋 copy color: '#996534'

red 153 ◦ green 101 ◦ blue 52

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

Shades of Mai Tai #996534

Tints of Mai Tai #996534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 50%
G = 33.01%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#996534 (or 0x996534) is known color: Mai Tai. HEX triplet: 99, 65 and 34. RGB value is (153,101,52). Sum of RGB (Red+Green+Blue) = 153+101+52=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996534 is #669ACB. Grayscale: #6F6F6F. Windows color (decimal): -6724300 or 3433881. OLE color: 3433881.

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

Color convert

RGB 153 101 52 -
CMYK 0 0.34 0.66 0.4
HSL 29.11º 0.49% 0.4% -
HSV(B) 29.11º 0.66% 0.6% -
XYZ 18.41 16.33 5.43 -
YUV 110.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 153 101 52 0 0.34 0.66 0.4 29.11 0.49 0.4
Hex 99 65 34 0 22 42 28 1D 31 28
Octal 231 145 64 0 42 102 50 35 61 50
Binary 10011001 1100101 110100 0 100010 1000010 101000 11101 110001 101000

Color Harmonies of #996534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996534

Black with #996534

Text Example


Text Example

White with #996534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996534; }

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

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

background-color css

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

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

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

border-color css

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

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

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