#976241

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

Shades of Desert #976241

Tints of Desert #976241

Color information

#976241 (or 0x976241) is unknown color: approx Desert. HEX triplet: 97, 62 and 41. RGB value is (151,98,65). Sum of RGB (Red+Green+Blue) = 151+98+65=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #976241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976241 is #689DBE. Grayscale: #6E6E6E. Windows color (decimal): -6856127 or 4285079. OLE color: 4285079.

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

Color convert

RGB1519865-
CMYK00.350.570.41
HSL23.02º39.81%42.35%-
HSV(B)23.02º56.95%59.22%-
XYZ18.0815.77.08-
YUV110.08102.56157.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=48.09%
G=31.21%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151986500.350.570.4123.0239.8142.35
Hex976241023392917282a
Octal2271421010437151275052
Binary1001011111000101000001010001111100110100110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976241; }

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

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

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

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

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

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

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

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