#976953

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

Shades of Dark Tan #976953

Tints of Dark Tan #976953

Color information

#976953 (or 0x976953) is unknown color: approx Dark Tan. HEX triplet: 97, 69 and 53. RGB value is (151,105,83). Sum of RGB (Red+Green+Blue) = 151+105+83=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #976953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976953 is #6896AC. Grayscale: #747474. Windows color (decimal): -6854317 or 5466519. OLE color: 5466519.

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

Color convert

RGB15110583-
CMYK00.300.450.41
HSL19.41º29.06%45.88%-
HSV(B)19.41º45.03%59.22%-
XYZ19.3817.3110.5-
YUV116.25109.24152.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=44.54%
G=30.97%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511058300.300.450.4119.4129.0645.88
Hex97695301E2D29131d2e
Octal2271511230365551233556
Binary10010111110100110100110111101011011010011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976953; }

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

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

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

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

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

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

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

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