Html Css Color HEX #996642 Desert

📋 copy color: '#996642'

red 153 ◦ green 102 ◦ blue 66

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

Shades of Desert #996642

Tints of Desert #996642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.78%

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

R = 47.66%
G = 31.78%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#996642 (or 0x996642) is known color: Desert. HEX triplet: 99, 66 and 42. RGB value is (153,102,66). Sum of RGB (Red+Green+Blue) = 153+102+66=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996642 is #6699BD. Grayscale: #717171. Windows color (decimal): -6724030 or 4351641. OLE color: 4351641.

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

Color convert

RGB 153 102 66 -
CMYK 0 0.33 0.57 0.4
HSL 24.83º 0.4% 0.43% -
HSV(B) 24.83º 0.57% 0.6% -
XYZ 18.87 16.67 7.38 -
YUV 113.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 153 102 66 0 0.33 0.57 0.4 24.83 0.4 0.43
Hex 99 66 42 0 21 39 28 19 28 2B
Octal 231 146 102 0 41 71 50 31 50 53
Binary 10011001 1100110 1000010 0 100001 111001 101000 11001 101000 101011

Color Harmonies of #996642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996642

Black with #996642

Text Example


Text Example

White with #996642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996642; }

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

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

background-color css

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

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

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

border-color css

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

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

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