#976948

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

Shades of Dark Tan #976948

Tints of Dark Tan #976948

Color information

#976948 (or 0x976948) is unknown color: approx Dark Tan. HEX triplet: 97, 69 and 48. RGB value is (151,105,72). Sum of RGB (Red+Green+Blue) = 151+105+72=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #976948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976948 is #6896B7. Grayscale: #737373. Windows color (decimal): -6854328 or 4745623. OLE color: 4745623.

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

Color convert

RGB15110572-
CMYK00.300.520.41
HSL25.06º35.43%43.73%-
HSV(B)25.06º52.32%59.22%-
XYZ18.9817.158.44-
YUV114.99103.74153.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=46.04%
G=32.01%
B=21.95%

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
Decimal1511057200.300.520.4125.0635.4343.73
Hex97694801E342919232c
Octal2271511100366451314354
Binary100101111101001100100001111011010010100111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976948; }

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

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

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

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

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

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

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

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