#976A48

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

Shades of Dark Tan #976A48

Tints of Dark Tan #976A48

Color information

#976A48 (or 0x976A48) is unknown color: approx Dark Tan. HEX triplet: 97, 6A and 48. RGB value is (151,106,72). Sum of RGB (Red+Green+Blue) = 151+106+72=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #976A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A48 is #6895B7. Grayscale: #737373. Windows color (decimal): -6854072 or 4745879. OLE color: 4745879.

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

Color convert

RGB15110672-
CMYK00.300.520.41
HSL25.82º35.43%43.73%-
HSV(B)25.82º52.32%59.22%-
XYZ19.0917.368.47-
YUV115.58103.41153.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=45.90%
G=32.22%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511067200.300.520.4125.8235.4343.73
Hex976A4801E34291a232c
Octal2271521100366451324354
Binary100101111101010100100001111011010010100111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,106,72); }

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

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

 a { background-color: rgb(151,106,72); }

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

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

 span { border-color: rgb(151,106,72); }

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