#956760

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

Shades of Dark Chestnut #956760

Tints of Dark Chestnut #956760

Color information

#956760 (or 0x956760) is unknown color: approx Dark Chestnut. HEX triplet: 95, 67 and 60. RGB value is (149,103,96). Sum of RGB (Red+Green+Blue) = 149+103+96=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956760 is #6A989F. Grayscale: #747474. Windows color (decimal): -6985888 or 6317973. OLE color: 6317973.

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

Color convert

RGB14910396-
CMYK00.310.360.42
HSL7.92º21.63%48.04%-
HSV(B)7.92º35.57%58.43%-
XYZ19.3616.9313.31-
YUV115.96116.74151.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=42.82%
G=29.60%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491039600.310.360.427.9221.6348.04
Hex95676001F242A81630
Octal2251471400374452102660
Binary1001010111001111100000011111100100101010100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956760; }

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

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

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

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

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

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

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

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