Html Css Color HEX #976541 Desert

📋 copy color: '#976541'

red 151 ◦ green 101 ◦ blue 65

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

Shades of Desert #976541

Tints of Desert #976541

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

R = 47.63%
G = 31.86%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 151 101 65 -
CMYK 0 0.33 0.57 0.41
HSL 25.12º 0.4% 0.42% -
HSV(B) 25.12º 0.57% 0.59% -
XYZ 18.37 16.27 7.17 -
YUV 111.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 151 101 65 0 0.33 0.57 0.41 25.12 0.4 0.42
Hex 97 65 41 0 21 39 29 19 28 2A
Octal 227 145 101 0 41 71 51 31 50 52
Binary 10010111 1100101 1000001 0 100001 111001 101001 11001 101000 101010

Color Harmonies of #976541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976541

Black with #976541

Text Example


Text Example

White with #976541

Text Example


Text Example

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