Html Css Color HEX #8E665C Dark Chestnut

📋 copy color: '#8E665C'

red 142 ◦ green 102 ◦ blue 92

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

Shades of Dark Chestnut #8E665C

Tints of Dark Chestnut #8E665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 42.26%
G = 30.36%
B = 27.38%

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

#8E665C (or 0x8E665C) is known color: Dark Chestnut. HEX triplet: 8E, 66 and 5C. RGB value is (142,102,92). Sum of RGB (Red+Green+Blue) = 142+102+92=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E665C is #7199A3. Grayscale: #707070. Windows color (decimal): -7444900 or 6055566. OLE color: 6055566.

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

Color convert

RGB 142 102 92 -
CMYK 0 0.28 0.35 0.44
HSL 12º 0.21% 0.46% -
HSV(B) 12º 0.35% 0.56% -
XYZ 17.84 16.03 12.28 -
YUV 112.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 142 102 92 0 0.28 0.35 0.44 12 0.21 0.46
Hex 8E 66 5C 0 1C 23 2C C 15 2E
Octal 216 146 134 0 34 43 54 14 25 56
Binary 10001110 1100110 1011100 0 11100 100011 101100 1100 10101 101110

Color Harmonies of #8E665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E665C

Black with #8E665C

Text Example


Text Example

White with #8E665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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