#976240

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

Shades of Desert #976240

Tints of Desert #976240

Color information

#976240 (or 0x976240) is unknown color: approx Desert. HEX triplet: 97, 62 and 40. RGB value is (151,98,64). Sum of RGB (Red+Green+Blue) = 151+98+64=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #976240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976240 is #689DBF. Grayscale: #6E6E6E. Windows color (decimal): -6856128 or 4219543. OLE color: 4219543.

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

Color convert

RGB1519864-
CMYK00.350.580.41
HSL23.45º40.47%42.16%-
HSV(B)23.45º57.62%59.22%-
XYZ18.0615.686.93-
YUV109.97102.06157.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=48.24%
G=31.31%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151986400.350.580.4123.4540.4742.16
Hex9762400233A2917282a
Octal2271421000437251275052
Binary1001011111000101000000010001111101010100110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976240; }

 p { color: rgb(151,98,64); }

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

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

 a { background-color: rgb(151,98,64); }

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

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

 span { border-color: rgb(151,98,64); }

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