Html Css Color HEX #8E685D Dark Chestnut

📋 copy color: '#8E685D'

red 142 ◦ green 104 ◦ blue 93

#8E685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #8E685D

Tints of Dark Chestnut #8E685D

RGB

 RED value IS 142 (55.86% from 255) = 41.89%

 GREEN value IS 104 (41.02% from 255) = 30.68%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 41.89%
G = 30.68%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E685D (or 0x8E685D) is known color: Dark Chestnut. HEX triplet: 8E, 68 and 5D. RGB value is (142,104,93). Sum of RGB (Red+Green+Blue) = 142+104+93=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E685D is #7197A2. Grayscale: #727272. Windows color (decimal): -7444387 or 6121614. OLE color: 6121614.

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

Color convert

RGB 142 104 93 -
CMYK 0 0.27 0.35 0.44
HSL 13.47º 0.21% 0.46% -
HSV(B) 13.47º 0.35% 0.56% -
XYZ 18.08 16.44 12.58 -
YUV 114.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 142 104 93 0 0.27 0.35 0.44 13.47 0.21 0.46
Hex 8E 68 5D 0 1B 23 2C D 15 2E
Octal 216 150 135 0 33 43 54 15 25 56
Binary 10001110 1101000 1011101 0 11011 100011 101100 1101 10101 101110

Color Harmonies of #8E685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E685D

Black with #8E685D

Text Example


Text Example

White with #8E685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E685D;
 }
 .AnyTagClassName
 {
   color: #8E685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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