Html Css Color HEX #976440 Desert

📋 copy color: '#976440'

red 151 ◦ green 100 ◦ blue 64

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

Shades of Desert #976440

Tints of Desert #976440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

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

R = 47.94%
G = 31.75%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#976440 (or 0x976440) is known color: Desert. HEX triplet: 97, 64 and 40. RGB value is (151,100,64). Sum of RGB (Red+Green+Blue) = 151+100+64=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #976440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976440 is #689BBF. Grayscale: #6F6F6F. Windows color (decimal): -6855616 or 4220055. OLE color: 4220055.

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

Color convert

RGB 151 100 64 -
CMYK 0 0.34 0.58 0.41
HSL 24.83º 0.4% 0.42% -
HSV(B) 24.83º 0.58% 0.59% -
XYZ 18.25 16.06 6.99 -
YUV 111.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 151 100 64 0 0.34 0.58 0.41 24.83 0.4 0.42
Hex 97 64 40 0 22 3A 29 19 28 2A
Octal 227 144 100 0 42 72 51 31 50 52
Binary 10010111 1100100 1000000 0 100010 111010 101001 11001 101000 101010

Color Harmonies of #976440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976440

Black with #976440

Text Example


Text Example

White with #976440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976440; }

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

 H1.HeaderClassName
 {
   color: #976440;
 }
 .AnyTagClassName
 {
   color: #976440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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