Html Css Color HEX #976241 Desert

📋 copy color: '#976241'

red 151 ◦ green 98 ◦ blue 65

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

Shades of Desert #976241

Tints of Desert #976241

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.7%

R = 48.09%
G = 31.21%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 151 98 65 -
CMYK 0 0.35 0.57 0.41
HSL 23.02º 0.4% 0.42% -
HSV(B) 23.02º 0.57% 0.59% -
XYZ 18.08 15.7 7.08 -
YUV 110.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 151 98 65 0 0.35 0.57 0.41 23.02 0.4 0.42
Hex 97 62 41 0 23 39 29 17 28 2A
Octal 227 142 101 0 43 71 51 27 50 52
Binary 10010111 1100010 1000001 0 100011 111001 101001 10111 101000 101010

Color Harmonies of #976241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976241

Black with #976241

Text Example


Text Example

White with #976241

Text Example


Text Example

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