#976541

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

Shades of Desert #976541

Tints of Desert #976541

Color information

#976541 (or 0x976541) is unknown color: approx Desert. HEX triplet: 97, 65 and 41. RGB value is (151,101,65). Sum of RGB (Red+Green+Blue) = 151+101+65=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #976541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976541 is #689ABE. Grayscale: #707070. Windows color (decimal): -6855359 or 4285847. OLE color: 4285847.

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

Color convert

RGB15110165-
CMYK00.330.570.41
HSL25.12º39.81%42.35%-
HSV(B)25.12º56.95%59.22%-
XYZ18.3716.277.17-
YUV111.85101.56155.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=47.63%
G=31.86%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511016500.330.570.4125.1239.8142.35
Hex976541021392919282a
Octal2271451010417151315052
Binary1001011111001011000001010000111100110100111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976541; }

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

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

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

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

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

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

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

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