Html Css Color HEX #996330 Mai Tai

📋 copy color: '#996330'

red 153 ◦ green 99 ◦ blue 48

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

Shades of Mai Tai #996330

Tints of Mai Tai #996330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16%

R = 51%
G = 33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#996330 (or 0x996330) is known color: Mai Tai. HEX triplet: 99, 63 and 30. RGB value is (153,99,48). Sum of RGB (Red+Green+Blue) = 153+99+48=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996330 is #669CCF. Grayscale: #6D6D6D. Windows color (decimal): -6724816 or 3171225. OLE color: 3171225.

HSL color Cylindrical-coordinate representation of color #996330: hue angle of 29.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #996330 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 48 -
CMYK 0 0.35 0.69 0.4
HSL 29.14º 0.52% 0.39% -
HSV(B) 29.14º 0.69% 0.6% -
XYZ 18.13 15.91 4.91 -
YUV 109.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 153 99 48 0 0.35 0.69 0.4 29.14 0.52 0.39
Hex 99 63 30 0 23 45 28 1D 34 27
Octal 231 143 60 0 43 105 50 35 64 47
Binary 10011001 1100011 110000 0 100011 1000101 101000 11101 110100 100111

Color Harmonies of #996330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996330

Black with #996330

Text Example


Text Example

White with #996330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996330; }

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

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

background-color css

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

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

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

border-color css

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

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

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