#8E695F

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

Shades of Dark Chestnut #8E695F

Tints of Dark Chestnut #8E695F

Color information

#8E695F (or 0x8E695F) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 69 and 5F. RGB value is (142,105,95). Sum of RGB (Red+Green+Blue) = 142+105+95=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E695F is #7196A0. Grayscale: #737373. Windows color (decimal): -7444129 or 6252942. OLE color: 6252942.

HSL color Cylindrical-coordinate representation of color #8E695F: hue angle of 12.77º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E695F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14210595-
CMYK00.260.330.44
HSL12.77º19.83%46.47%-
HSV(B)12.77º33.1%55.69%-
XYZ18.2716.6813.08-
YUV114.92116.76147.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=41.52%
G=30.70%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421059500.260.330.4412.7719.8346.47
Hex8E695F01A212Cd142e
Octal2161511370324154152456
Binary1000111011010011011111011010100001101100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,95); }

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

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

 a { background-color: rgb(142,105,95); }

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

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

 span { border-color: rgb(142,105,95); }

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