#8E7068

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

Shades of Dark Chestnut #8E7068

Tints of Dark Chestnut #8E7068

Color information

#8E7068 (or 0x8E7068) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 70 and 68. RGB value is (142,112,104). Sum of RGB (Red+Green+Blue) = 142+112+104=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7068 is #718F97. Grayscale: #787878. Windows color (decimal): -7442328 or 6844558. OLE color: 6844558.

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

Color convert

RGB142112104-
CMYK00.210.270.44
HSL12.63º15.45%48.24%-
HSV(B)12.63º26.76%55.69%-
XYZ19.4518.3415.61-
YUV120.06118.94143.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=39.66%
G=31.28%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211210400.210.270.4412.6315.4548.24
Hex8E70680151B2Cdf30
Octal2161601500253354151760
Binary10001110111000011010000101011101110110011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,104); }

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

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

 a { background-color: rgb(142,112,104); }

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

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

 span { border-color: rgb(142,112,104); }

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