#976D52

Color #976D52 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #976D52

Tints of Dark Tan #976D52

Color information

#976D52 (or 0x976D52) is unknown color: approx Dark Tan. HEX triplet: 97, 6D and 52. RGB value is (151,109,82). Sum of RGB (Red+Green+Blue) = 151+109+82=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #976D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D52 is #6892AD. Grayscale: #767676. Windows color (decimal): -6853294 or 5402007. OLE color: 5402007.

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

Color convert

RGB15110982-
CMYK00.280.460.41
HSL23.48º29.61%45.69%-
HSV(B)23.48º45.7%59.22%-
XYZ19.7518.1310.44-
YUV118.48107.41151.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=44.15%
G=31.87%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511098200.280.460.4123.4829.6145.69
Hex976D5201C2E29171e2e
Octal2271551220345651273656
Binary10010111110110110100100111001011101010011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #976D52;
 }
 .AnyTagClassName
 {
   color: #976D52;
 }
</style>
background-color css

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

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

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

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

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

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