#956B61

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

Shades of Dark Chestnut #956B61

Tints of Dark Chestnut #956B61

Color information

#956B61 (or 0x956B61) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6B and 61. RGB value is (149,107,97). Sum of RGB (Red+Green+Blue) = 149+107+97=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #956B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B61 is #6A949E. Grayscale: #767676. Windows color (decimal): -6984863 or 6384533. OLE color: 6384533.

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

Color convert

RGB14910797-
CMYK00.280.350.42
HSL11.54º21.14%48.24%-
HSV(B)11.54º34.9%58.43%-
XYZ19.8117.7713.69-
YUV118.42115.91149.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=42.21%
G=30.31%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491079700.280.350.4211.5421.1448.24
Hex956B6101C232Ac1530
Octal2251531410344352142560
Binary1001010111010111100001011100100011101010110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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