#8D6961

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

Shades of Dark Chestnut #8D6961

Tints of Dark Chestnut #8D6961

Color information

#8D6961 (or 0x8D6961) is unknown color: approx Dark Chestnut. HEX triplet: 8D, 69 and 61. RGB value is (141,105,97). Sum of RGB (Red+Green+Blue) = 141+105+97=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6961 is #72969E. Grayscale: #727272. Windows color (decimal): -7509663 or 6384013. OLE color: 6384013.

HSL color Cylindrical-coordinate representation of color #8D6961: hue angle of 10.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6961 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14110597-
CMYK00.260.310.45
HSL10.91º18.49%46.67%-
HSV(B)10.91º31.21%55.29%-
XYZ18.1916.6313.56-
YUV114.85117.93146.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=41.11%
G=30.61%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411059700.260.310.4510.9118.4946.67
Hex8D696101A1F2Db122f
Octal2151511410323755132257
Binary100011011101001110000101101011111101101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6961; }

 p { color: rgb(141,105,97); }

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

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

 a { background-color: rgb(141,105,97); }

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

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

 span { border-color: rgb(141,105,97); }

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