#976442

Color #976442 Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #976442

Tints of Desert #976442

Color information

#976442 (or 0x976442) is unknown color: approx Desert. HEX triplet: 97, 64 and 42. RGB value is (151,100,66). Sum of RGB (Red+Green+Blue) = 151+100+66=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #976442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976442 is #689BBD. Grayscale: #6F6F6F. Windows color (decimal): -6855614 or 4351127. OLE color: 4351127.

HSL color Cylindrical-coordinate representation of color #976442: hue angle of 24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #976442 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15110066-
CMYK00.340.560.41
HSL24º39.17%42.55%-
HSV(B)24º56.29%59.22%-
XYZ18.316.097.29-
YUV111.37102.4156.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=47.63%
G=31.55%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511006600.340.560.412439.1742.55
Hex976442022382918272b
Octal2271441020427051304753
Binary1001011111001001000010010001011100010100111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976442; }

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

 H1.HeaderClassName
 {
   color: #976442;
 }
 .AnyTagClassName
 {
   color: #976442;
 }
</style>
background-color css

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

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

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

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

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

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