Html Css Color HEX #976140 Desert

📋 copy color: '#976140'

red 151 ◦ green 97 ◦ blue 64

#976140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #976140

Tints of Desert #976140

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 48.4%
G = 31.09%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#976140 (or 0x976140) is known color: 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

RGB 151 97 64 -
CMYK 0 0.36 0.58 0.41
HSL 22.76º 0.4% 0.42% -
HSV(B) 22.76º 0.58% 0.59% -
XYZ 17.96 15.5 6.9 -
YUV 109.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 151 97 64 0 0.36 0.58 0.41 22.76 0.4 0.42
Hex 97 61 40 0 24 3A 29 17 28 2A
Octal 227 141 100 0 44 72 51 27 50 52
Binary 10010111 1100001 1000000 0 100100 111010 101001 10111 101000 101010

Color Harmonies of #976140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976140

Black with #976140

Text Example


Text Example

White with #976140

Text Example


Text Example

HTML Codes & Css Web 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>