#956951

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

Shades of Dark Tan #956951

Tints of Dark Tan #956951

Color information

#956951 (or 0x956951) is unknown color: approx Dark Tan. HEX triplet: 95, 69 and 51. RGB value is (149,105,81). Sum of RGB (Red+Green+Blue) = 149+105+81=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956951 is #6A96AE. Grayscale: #737373. Windows color (decimal): -6985391 or 5335445. OLE color: 5335445.

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

Color convert

RGB14910581-
CMYK00.300.460.42
HSL21.18º29.57%45.1%-
HSV(B)21.18º45.64%58.43%-
XYZ18.9317.0910.08-
YUV115.42108.58151.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=44.48%
G=31.34%
B=24.18%

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
Decimal1491058100.300.460.4221.1829.5745.1
Hex95695101E2E2A151e2d
Octal2251511210365652253655
Binary10010101110100110100010111101011101010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956951; }

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

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

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

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

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

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

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

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