#956C51

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

Shades of Dark Tan #956C51

Tints of Dark Tan #956C51

Color information

#956C51 (or 0x956C51) is unknown color: approx Dark Tan. HEX triplet: 95, 6C and 51. RGB value is (149,108,81). Sum of RGB (Red+Green+Blue) = 149+108+81=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C51 is #6A93AE. Grayscale: #757575. Windows color (decimal): -6984623 or 5336213. OLE color: 5336213.

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

Color convert

RGB14910881-
CMYK00.280.460.42
HSL23.82º29.57%45.1%-
HSV(B)23.82º45.64%58.43%-
XYZ19.2417.7110.19-
YUV117.18107.58150.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=44.08%
G=31.95%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491088100.280.460.4223.8229.5745.1
Hex956C5101C2E2A181e2d
Octal2251541210345652303655
Binary10010101110110010100010111001011101010101100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956C51; }

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

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

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

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

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

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

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

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