#956561

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

Shades of Dark Chestnut #956561

Tints of Dark Chestnut #956561

Color information

#956561 (or 0x956561) is unknown color: approx Dark Chestnut. HEX triplet: 95, 65 and 61. RGB value is (149,101,97). Sum of RGB (Red+Green+Blue) = 149+101+97=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956561 is #6A9A9E. Grayscale: #727272. Windows color (decimal): -6986399 or 6382997. OLE color: 6382997.

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

Color convert

RGB14910197-
CMYK00.320.350.42
HSL4.62º21.14%48.24%-
HSV(B)4.62º34.9%58.43%-
XYZ19.2116.5613.49-
YUV114.9117.9152.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=42.94%
G=29.11%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491019700.320.350.424.6221.1448.24
Hex956561020232A51530
Octal225145141040435252560
Binary1001010111001011100001010000010001110101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956561; }

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

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

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

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

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

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

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

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