#976B55

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

Shades of Dark Tan #976B55

Tints of Dark Tan #976B55

Color information

#976B55 (or 0x976B55) is unknown color: approx Dark Tan. HEX triplet: 97, 6B and 55. RGB value is (151,107,85). Sum of RGB (Red+Green+Blue) = 151+107+85=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #976B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B55 is #6894AA. Grayscale: #757575. Windows color (decimal): -6853803 or 5598103. OLE color: 5598103.

HSL color Cylindrical-coordinate representation of color #976B55: hue angle of 20º 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 #976B55 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB15110785-
CMYK00.290.440.41
HSL20º27.97%46.27%-
HSV(B)20º43.71%59.22%-
XYZ19.6617.7510.98-
YUV117.65109.58151.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=44.02%
G=31.20%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511078500.290.440.412027.9746.27
Hex976B5501D2C29141c2e
Octal2271531250355451243456
Binary10010111110101110101010111011011001010011010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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