#976950

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

Shades of Dark Tan #976950

Tints of Dark Tan #976950

Color information

#976950 (or 0x976950) is unknown color: approx Dark Tan. HEX triplet: 97, 69 and 50. RGB value is (151,105,80). Sum of RGB (Red+Green+Blue) = 151+105+80=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #976950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976950 is #6896AF. Grayscale: #747474. Windows color (decimal): -6854320 or 5269911. OLE color: 5269911.

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

Color convert

RGB15110580-
CMYK00.300.470.41
HSL21.13º30.74%45.29%-
HSV(B)21.13º47.02%59.22%-
XYZ19.2617.269.91-
YUV115.9107.74153.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=44.94%
G=31.25%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511058000.300.470.4121.1330.7445.29
Hex97695001E2F29151f2d
Octal2271511200365751253755
Binary10010111110100110100000111101011111010011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976950; }

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

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

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

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

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

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

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

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