#976C4B

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

Shades of Dark Tan #976C4B

Tints of Dark Tan #976C4B

Color information

#976C4B (or 0x976C4B) is unknown color: approx Dark Tan. HEX triplet: 97, 6C and 4B. RGB value is (151,108,75). Sum of RGB (Red+Green+Blue) = 151+108+75=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #976C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C4B is #6893B4. Grayscale: #757575. Windows color (decimal): -6853557 or 4942999. OLE color: 4942999.

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

Color convert

RGB15110875-
CMYK00.280.500.41
HSL26.05º33.63%44.31%-
HSV(B)26.05º50.33%59.22%-
XYZ19.417.819.07-
YUV117.09104.25152.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=45.21%
G=32.34%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511087500.280.500.4126.0533.6344.31
Hex976C4B01C32291a222c
Octal2271541130346251324254
Binary100101111101100100101101110011001010100111010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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