Html Css Color HEX #996442 Desert

📋 copy color: '#996442'

red 153 ◦ green 100 ◦ blue 66

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

Shades of Desert #996442

Tints of Desert #996442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 47.96%
G = 31.35%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#996442 (or 0x996442) is known color: Desert. HEX triplet: 99, 64 and 42. RGB value is (153,100,66). Sum of RGB (Red+Green+Blue) = 153+100+66=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996442 is #669BBD. Grayscale: #707070. Windows color (decimal): -6724542 or 4351129. OLE color: 4351129.

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

Color convert

RGB 153 100 66 -
CMYK 0 0.35 0.57 0.4
HSL 23.45º 0.4% 0.43% -
HSV(B) 23.45º 0.57% 0.6% -
XYZ 18.68 16.28 7.31 -
YUV 111.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 153 100 66 0 0.35 0.57 0.4 23.45 0.4 0.43
Hex 99 64 42 0 23 39 28 17 28 2B
Octal 231 144 102 0 43 71 50 27 50 53
Binary 10011001 1100100 1000010 0 100011 111001 101000 10111 101000 101011

Color Harmonies of #996442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996442

Black with #996442

Text Example


Text Example

White with #996442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996442; }

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

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

background-color css

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

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

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

border-color css

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

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

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