#976140

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

Shades of Desert #976140

Tints of Desert #976140

Color information

#976140 (or 0x976140) is unknown color: approx Desert. HEX triplet: 97, 61 and 40. RGB value is (151,97,64). Sum of RGB (Red+Green+Blue) = 151+97+64=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #976140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976140 is #689EBF. Grayscale: #6D6D6D. Windows color (decimal): -6856384 or 4219287. OLE color: 4219287.

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

Color convert

RGB1519764-
CMYK00.360.580.41
HSL22.76º40.47%42.16%-
HSV(B)22.76º57.62%59.22%-
XYZ17.9615.56.9-
YUV109.38102.39157.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=48.40%
G=31.09%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151976400.360.580.4122.7640.4742.16
Hex9761400243A2917282a
Octal2271411000447251275052
Binary1001011111000011000000010010011101010100110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976140; }

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

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

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

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

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

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

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

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