Html Css Color HEX #976D55 Dark Tan

📋 copy color: '#976D55'

red 151 ◦ green 109 ◦ blue 85

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

Shades of Dark Tan #976D55

Tints of Dark Tan #976D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 43.77%
G = 31.59%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976D55 (or 0x976D55) is known color: Dark Tan. HEX triplet: 97, 6D and 55. RGB value is (151,109,85). Sum of RGB (Red+Green+Blue) = 151+109+85=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #976D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D55 is #6892AA. Grayscale: #767676. Windows color (decimal): -6853291 or 5598615. OLE color: 5598615.

HSL color Cylindrical-coordinate representation of color #976D55: hue angle of 21.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #976D55 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 85 -
CMYK 0 0.28 0.44 0.41
HSL 21.82º 0.28% 0.46% -
HSV(B) 21.82º 0.44% 0.59% -
XYZ 19.87 18.17 11.05 -
YUV 118.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 151 109 85 0 0.28 0.44 0.41 21.82 0.28 0.46
Hex 97 6D 55 0 1C 2C 29 16 1C 2E
Octal 227 155 125 0 34 54 51 26 34 56
Binary 10010111 1101101 1010101 0 11100 101100 101001 10110 11100 101110

Color Harmonies of #976D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D55

Black with #976D55

Text Example


Text Example

White with #976D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D55; }

 p { color: rgb(151,109,85); }

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

background-color css

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

 a { background-color: rgb(151,109,85); }

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

border-color css

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

 span { border-color: rgb(151,109,85); }

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