#8D6359

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

Shades of Dark Chestnut #8D6359

Tints of Dark Chestnut #8D6359

Color information

#8D6359 (or 0x8D6359) is unknown color: approx Dark Chestnut. HEX triplet: 8D, 63 and 59. RGB value is (141,99,89). Sum of RGB (Red+Green+Blue) = 141+99+89=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6359 is #729CA6. Grayscale: #6E6E6E. Windows color (decimal): -7511207 or 5858189. OLE color: 5858189.

HSL color Cylindrical-coordinate representation of color #8D6359: hue angle of 11.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D6359 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1419989-
CMYK00.300.370.45
HSL11.54º22.61%45.1%-
HSV(B)11.54º36.88%55.29%-
XYZ17.2515.3111.5-
YUV110.42115.91149.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=42.86%
G=30.09%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141998900.300.370.4511.5422.6145.1
Hex8D635901E252Dc172d
Octal2151431310364555142755
Binary1000110111000111011001011110100101101101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,99,89); }

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

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

 a { background-color: rgb(141,99,89); }

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

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

 span { border-color: rgb(141,99,89); }

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