#976C56

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

Shades of Dark Tan #976C56

Tints of Dark Tan #976C56

Color information

#976C56 (or 0x976C56) is unknown color: approx Dark Tan. HEX triplet: 97, 6C and 56. RGB value is (151,108,86). Sum of RGB (Red+Green+Blue) = 151+108+86=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #976C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C56 is #6893A9. Grayscale: #767676. Windows color (decimal): -6853546 or 5663895. OLE color: 5663895.

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

Color convert

RGB15110886-
CMYK00.280.430.41
HSL20.31º27.43%46.47%-
HSV(B)20.31º43.05%59.22%-
XYZ19.817.9811.23-
YUV118.35109.75151.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=43.77%
G=31.30%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511088600.280.430.4120.3127.4346.47
Hex976C5601C2B29141b2e
Octal2271541260345351243356
Binary10010111110110010101100111001010111010011010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,108,86); }

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

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

 a { background-color: rgb(151,108,86); }

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

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

 span { border-color: rgb(151,108,86); }

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