#976B45

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

Shades of Dark Tan #976B45

Tints of Dark Tan #976B45

Color information

#976B45 (or 0x976B45) is unknown color: approx Dark Tan. HEX triplet: 97, 6B and 45. RGB value is (151,107,69). Sum of RGB (Red+Green+Blue) = 151+107+69=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #976B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976B45 is #6894BA. Grayscale: #747474. Windows color (decimal): -6853819 or 4549527. OLE color: 4549527.

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

Color convert

RGB15110769-
CMYK00.290.540.41
HSL27.8º37.27%43.14%-
HSV(B)27.8º54.3%59.22%-
XYZ19.0917.528.01-
YUV115.82101.58153.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=46.18%
G=32.72%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511076900.290.540.4127.837.2743.14
Hex976B4501D36291c252b
Octal2271531050356651344553
Binary100101111101011100010101110111011010100111100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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