Html Css Color HEX #8E665F Dark Chestnut

📋 copy color: '#8E665F'

red 142 ◦ green 102 ◦ blue 95

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

Shades of Dark Chestnut #8E665F

Tints of Dark Chestnut #8E665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 41.89%
G = 30.09%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E665F (or 0x8E665F) is known color: Dark Chestnut. HEX triplet: 8E, 66 and 5F. RGB value is (142,102,95). Sum of RGB (Red+Green+Blue) = 142+102+95=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E665F is #7199A0. Grayscale: #717171. Windows color (decimal): -7444897 or 6252174. OLE color: 6252174.

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

Color convert

RGB 142 102 95 -
CMYK 0 0.28 0.33 0.44
HSL 8.94º 0.2% 0.46% -
HSV(B) 8.94º 0.33% 0.56% -
XYZ 17.97 16.08 12.98 -
YUV 113.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 142 102 95 0 0.28 0.33 0.44 8.94 0.2 0.46
Hex 8E 66 5F 0 1C 21 2C 9 14 2E
Octal 216 146 137 0 34 41 54 11 24 56
Binary 10001110 1100110 1011111 0 11100 100001 101100 1001 10100 101110

Color Harmonies of #8E665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E665F

Black with #8E665F

Text Example


Text Example

White with #8E665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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