Html Css Color HEX #996735 Mai Tai

📋 copy color: '#996735'

red 153 ◦ green 103 ◦ blue 53

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

Shades of Mai Tai #996735

Tints of Mai Tai #996735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 49.51%
G = 33.33%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#996735 (or 0x996735) is known color: Mai Tai. HEX triplet: 99, 67 and 35. RGB value is (153,103,53). Sum of RGB (Red+Green+Blue) = 153+103+53=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #996735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996735 is #6698CA. Grayscale: #707070. Windows color (decimal): -6723787 or 3499929. OLE color: 3499929.

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

Color convert

RGB 153 103 53 -
CMYK 0 0.33 0.65 0.4
HSL 30º 0.49% 0.4% -
HSV(B) 30º 0.65% 0.6% -
XYZ 18.63 16.73 5.62 -
YUV 112.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 153 103 53 0 0.33 0.65 0.4 30 0.49 0.4
Hex 99 67 35 0 21 41 28 1E 31 28
Octal 231 147 65 0 41 101 50 36 61 50
Binary 10011001 1100111 110101 0 100001 1000001 101000 11110 110001 101000

Color Harmonies of #996735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996735

Black with #996735

Text Example


Text Example

White with #996735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996735; }

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

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

background-color css

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

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

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

border-color css

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

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

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