#976952

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

Shades of Dark Tan #976952

Tints of Dark Tan #976952

Color information

#976952 (or 0x976952) is unknown color: approx Dark Tan. HEX triplet: 97, 69 and 52. RGB value is (151,105,82). Sum of RGB (Red+Green+Blue) = 151+105+82=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #976952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976952 is #6896AD. Grayscale: #747474. Windows color (decimal): -6854318 or 5400983. OLE color: 5400983.

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

Color convert

RGB15110582-
CMYK00.300.460.41
HSL20º29.61%45.69%-
HSV(B)20º45.7%59.22%-
XYZ19.3417.2910.3-
YUV116.13108.74152.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=44.67%
G=31.07%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511058200.300.460.412029.6145.69
Hex97695201E2E29141e2e
Octal2271511220365651243656
Binary10010111110100110100100111101011101010011010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976952; }

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

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

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

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

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

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

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

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