#976A53

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

Shades of Dark Tan #976A53

Tints of Dark Tan #976A53

Color information

#976A53 (or 0x976A53) is unknown color: approx Dark Tan. HEX triplet: 97, 6A and 53. RGB value is (151,106,83). Sum of RGB (Red+Green+Blue) = 151+106+83=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #976A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A53 is #6895AC. Grayscale: #747474. Windows color (decimal): -6854061 or 5466775. OLE color: 5466775.

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

Color convert

RGB15110683-
CMYK00.300.450.41
HSL20.29º29.06%45.88%-
HSV(B)20.29º45.03%59.22%-
XYZ19.4817.5110.54-
YUV116.83108.91152.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=44.41%
G=31.18%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511068300.300.450.4120.2929.0645.88
Hex976A5301E2D29141d2e
Octal2271521230365551243556
Binary10010111110101010100110111101011011010011010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,106,83); }

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

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

 a { background-color: rgb(151,106,83); }

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

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

 span { border-color: rgb(151,106,83); }

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