#956860

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

Shades of Dark Chestnut #956860

Tints of Dark Chestnut #956860

Color information

#956860 (or 0x956860) is unknown color: approx Dark Chestnut. HEX triplet: 95, 68 and 60. RGB value is (149,104,96). Sum of RGB (Red+Green+Blue) = 149+104+96=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956860 is #6A979F. Grayscale: #747474. Windows color (decimal): -6985632 or 6318229. OLE color: 6318229.

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

Color convert

RGB14910496-
CMYK00.300.360.42
HSL9.06º21.63%48.04%-
HSV(B)9.06º35.57%58.43%-
XYZ19.4617.1313.35-
YUV116.54116.41151.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=42.69%
G=29.80%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491049600.300.360.429.0621.6348.04
Hex95686001E242A91630
Octal2251501400364452112660
Binary1001010111010001100000011110100100101010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956860; }

 p { color: rgb(149,104,96); }

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

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

 a { background-color: rgb(149,104,96); }

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

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

 span { border-color: rgb(149,104,96); }

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