#8D7067

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

Shades of Dark Chestnut #8D7067

Tints of Dark Chestnut #8D7067

Color information

#8D7067 (or 0x8D7067) is unknown color: approx Dark Chestnut. HEX triplet: 8D, 70 and 67. RGB value is (141,112,103). Sum of RGB (Red+Green+Blue) = 141+112+103=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7067 is #728F98. Grayscale: #777777. Windows color (decimal): -7507865 or 6779021. OLE color: 6779021.

HSL color Cylindrical-coordinate representation of color #8D7067: hue angle of 14.21º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7067 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB141112103-
CMYK00.210.270.45
HSL14.21º15.57%47.84%-
HSV(B)14.21º26.95%55.29%-
XYZ19.2318.2315.34-
YUV119.64118.61143.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=39.61%
G=31.46%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111210300.210.270.4514.2115.5747.84
Hex8D70670151B2De1030
Octal2151601470253355162060
Binary100011011110000110011101010111011101101111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,103); }

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

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

 a { background-color: rgb(141,112,103); }

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

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

 span { border-color: rgb(141,112,103); }

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