#956B60

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

Shades of Dark Chestnut #956B60

Tints of Dark Chestnut #956B60

Color information

#956B60 (or 0x956B60) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6B and 60. RGB value is (149,107,96). Sum of RGB (Red+Green+Blue) = 149+107+96=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #956B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B60 is #6A949F. Grayscale: #767676. Windows color (decimal): -6984864 or 6318997. OLE color: 6318997.

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

Color convert

RGB14910796-
CMYK00.280.360.42
HSL12.45º21.63%48.04%-
HSV(B)12.45º35.57%58.43%-
XYZ19.7617.7513.45-
YUV118.3115.41149.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=42.33%
G=30.40%
B=27.27%

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
Decimal1491079600.280.360.4212.4521.6348.04
Hex956B6001C242Ac1630
Octal2251531400344452142660
Binary1001010111010111100000011100100100101010110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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