#976B4C

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

Shades of Dark Tan #976B4C

Tints of Dark Tan #976B4C

Color information

#976B4C (or 0x976B4C) is unknown color: approx Dark Tan. HEX triplet: 97, 6B and 4C. RGB value is (151,107,76). Sum of RGB (Red+Green+Blue) = 151+107+76=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #976B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976B4C is #6894B3. Grayscale: #747474. Windows color (decimal): -6853812 or 5008279. OLE color: 5008279.

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

Color convert

RGB15110776-
CMYK00.290.500.41
HSL24.8º33.04%44.51%-
HSV(B)24.8º49.67%59.22%-
XYZ19.3217.629.22-
YUV116.62105.08152.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=45.21%
G=32.04%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511077600.290.500.4124.833.0444.51
Hex976B4C01D322919212d
Octal2271531140356251314155
Binary100101111101011100110001110111001010100111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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