Html Css Color HEX #996734 Mai Tai

📋 copy color: '#996734'

red 153 ◦ green 103 ◦ blue 52

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

Shades of Mai Tai #996734

Tints of Mai Tai #996734

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 49.68%
G = 33.44%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#996734 (or 0x996734) is known color: Mai Tai. HEX triplet: 99, 67 and 34. RGB value is (153,103,52). Sum of RGB (Red+Green+Blue) = 153+103+52=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #996734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996734 is #6698CB. Grayscale: #707070. Windows color (decimal): -6723788 or 3434393. OLE color: 3434393.

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

Color convert

RGB 153 103 52 -
CMYK 0 0.33 0.66 0.4
HSL 30.3º 0.49% 0.4% -
HSV(B) 30.3º 0.66% 0.6% -
XYZ 18.61 16.72 5.5 -
YUV 112.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 153 103 52 0 0.33 0.66 0.4 30.3 0.49 0.4
Hex 99 67 34 0 21 42 28 1E 31 28
Octal 231 147 64 0 41 102 50 36 61 50
Binary 10011001 1100111 110100 0 100001 1000010 101000 11110 110001 101000

Color Harmonies of #996734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996734

Black with #996734

Text Example


Text Example

White with #996734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996734; }

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

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

background-color css

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

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

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

border-color css

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

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

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