#976B48

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

Shades of Dark Tan #976B48

Tints of Dark Tan #976B48

Color information

#976B48 (or 0x976B48) is unknown color: approx Dark Tan. HEX triplet: 97, 6B and 48. RGB value is (151,107,72). Sum of RGB (Red+Green+Blue) = 151+107+72=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #976B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976B48 is #6894B7. Grayscale: #747474. Windows color (decimal): -6853816 or 4746135. OLE color: 4746135.

HSL color Cylindrical-coordinate representation of color #976B48: hue angle of 26.58º 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 #976B48 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15110772-
CMYK00.290.520.41
HSL26.58º35.43%43.73%-
HSV(B)26.58º52.32%59.22%-
XYZ19.1917.568.51-
YUV116.17103.08152.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=45.76%
G=32.42%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511077200.290.520.4126.5835.4343.73
Hex976B4801D34291b232c
Octal2271531100356451334354
Binary100101111101011100100001110111010010100111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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