Html Css Color HEX #996430 Mai Tai

📋 copy color: '#996430'

red 153 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #996430

Tints of Mai Tai #996430

RGB

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

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

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

R = 50.83%
G = 33.22%
B = 15.95%

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

#996430 (or 0x996430) is known color: Mai Tai. HEX triplet: 99, 64 and 30. RGB value is (153,100,48). Sum of RGB (Red+Green+Blue) = 153+100+48=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #996430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996430 is #669BCF. Grayscale: #6E6E6E. Windows color (decimal): -6724560 or 3171481. OLE color: 3171481.

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

Color convert

RGB 153 100 48 -
CMYK 0 0.35 0.69 0.4
HSL 29.71º 0.52% 0.39% -
HSV(B) 29.71º 0.69% 0.6% -
XYZ 18.23 16.1 4.94 -
YUV 109.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 153 100 48 0 0.35 0.69 0.4 29.71 0.52 0.39
Hex 99 64 30 0 23 45 28 1E 34 27
Octal 231 144 60 0 43 105 50 36 64 47
Binary 10011001 1100100 110000 0 100011 1000101 101000 11110 110100 100111

Color Harmonies of #996430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996430

Black with #996430

Text Example


Text Example

White with #996430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996430; }

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

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

background-color css

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

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

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

border-color css

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

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

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