#956950

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

Shades of Dark Tan #956950

Tints of Dark Tan #956950

Color information

#956950 (or 0x956950) is unknown color: approx Dark Tan. HEX triplet: 95, 69 and 50. RGB value is (149,105,80). Sum of RGB (Red+Green+Blue) = 149+105+80=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956950 is #6A96AF. Grayscale: #737373. Windows color (decimal): -6985392 or 5269909. OLE color: 5269909.

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

Color convert

RGB14910580-
CMYK00.300.460.42
HSL21.74º30.13%44.9%-
HSV(B)21.74º46.31%58.43%-
XYZ18.8917.079.89-
YUV115.31108.08152.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=44.61%
G=31.44%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491058000.300.460.4221.7430.1344.9
Hex95695001E2E2A161e2d
Octal2251511200365652263655
Binary10010101110100110100000111101011101010101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956950; }

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

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

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

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

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

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

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

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