#976c4a

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

Shades of Dark Tan #976C4A

Tints of Dark Tan #976C4A

Color information

#976C4A (or 0x976C4A) is unknown color: approx Dark Tan. HEX triplet: 97, 6C and 4A. RGB value is (151,108,74). Sum of RGB (Red+Green+Blue) = 151+108+74=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #976C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C4A is #6893B5. Grayscale: #757575. Windows color (decimal): -6853558 or 4877463. OLE color: 4877463.

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

Color convert

RGB15110874-
CMYK00.280.510.41
HSL26.49º34.22%44.12%-
HSV(B)26.49º50.99%59.22%-
XYZ19.3617.88.89-
YUV116.98103.75152.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=45.35%
G=32.43%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511087400.280.510.4126.4934.2244.12
Hex976C4A01C33291a222c
Octal2271541120346351324254
Binary100101111101100100101001110011001110100111010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976c4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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