#956A5F

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

Shades of Dark Chestnut #956A5F

Tints of Dark Chestnut #956A5F

Color information

#956A5F (or 0x956A5F) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6A and 5F. RGB value is (149,106,95). Sum of RGB (Red+Green+Blue) = 149+106+95=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A5F is #6A95A0. Grayscale: #757575. Windows color (decimal): -6985121 or 6253205. OLE color: 6253205.

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

Color convert

RGB14910695-
CMYK00.290.360.42
HSL12.22º22.13%47.84%-
HSV(B)12.22º36.24%58.43%-
XYZ19.6117.5213.18-
YUV117.6115.25150.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=42.57%
G=30.29%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491069500.290.360.4212.2222.1347.84
Hex956A5F01D242Ac1630
Octal2251521370354452142660
Binary1001010111010101011111011101100100101010110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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