#956C5F

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

Shades of Dark Chestnut #956C5F

Tints of Dark Chestnut #956C5F

Color information

#956C5F (or 0x956C5F) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6C and 5F. RGB value is (149,108,95). Sum of RGB (Red+Green+Blue) = 149+108+95=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #956C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C5F is #6A93A0. Grayscale: #767676. Windows color (decimal): -6984609 or 6253717. OLE color: 6253717.

HSL color Cylindrical-coordinate representation of color #956C5F: hue angle of 14.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956C5F is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14910895-
CMYK00.280.360.42
HSL14.44º22.13%47.84%-
HSV(B)14.44º36.24%58.43%-
XYZ19.8217.9413.24-
YUV118.78114.58149.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=42.33%
G=30.68%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491089500.280.360.4214.4422.1347.84
Hex956C5F01C242Ae1630
Octal2251541370344452162660
Binary1001010111011001011111011100100100101010111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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