#956861

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

Shades of Dark Chestnut #956861

Tints of Dark Chestnut #956861

Color information

#956861 (or 0x956861) is unknown color: approx Dark Chestnut. HEX triplet: 95, 68 and 61. RGB value is (149,104,97). Sum of RGB (Red+Green+Blue) = 149+104+97=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956861 is #6A979E. Grayscale: #747474. Windows color (decimal): -6985631 or 6383765. OLE color: 6383765.

HSL color Cylindrical-coordinate representation of color #956861: hue angle of 8.08º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956861 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14910497-
CMYK00.300.350.42
HSL8.08º21.14%48.24%-
HSV(B)8.08º34.9%58.43%-
XYZ19.517.1513.59-
YUV116.66116.91151.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=42.57%
G=29.71%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491049700.300.350.428.0821.1448.24
Hex95686101E232A81530
Octal2251501410364352102560
Binary1001010111010001100001011110100011101010100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956861; }

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

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

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

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

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

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

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

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