Html Css Color HEX #8E665D Dark Chestnut

📋 copy color: '#8E665D'

red 142 ◦ green 102 ◦ blue 93

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

Shades of Dark Chestnut #8E665D

Tints of Dark Chestnut #8E665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

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

R = 42.14%
G = 30.27%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E665D (or 0x8E665D) is known color: Dark Chestnut. HEX triplet: 8E, 66 and 5D. RGB value is (142,102,93). Sum of RGB (Red+Green+Blue) = 142+102+93=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E665D is #7199A2. Grayscale: #717171. Windows color (decimal): -7444899 or 6121102. OLE color: 6121102.

HSL color Cylindrical-coordinate representation of color #8E665D: hue angle of 11.02º 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 #8E665D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 102 93 -
CMYK 0 0.28 0.35 0.44
HSL 11.02º 0.21% 0.46% -
HSV(B) 11.02º 0.35% 0.56% -
XYZ 17.88 16.04 12.51 -
YUV 112.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 142 102 93 0 0.28 0.35 0.44 11.02 0.21 0.46
Hex 8E 66 5D 0 1C 23 2C B 15 2E
Octal 216 146 135 0 34 43 54 13 25 56
Binary 10001110 1100110 1011101 0 11100 100011 101100 1011 10101 101110

Color Harmonies of #8E665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E665D

Black with #8E665D

Text Example


Text Example

White with #8E665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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