Html Css Color HEX #8E6661 Dark Chestnut

📋 copy color: '#8E6661'

red 142 ◦ green 102 ◦ blue 97

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

Shades of Dark Chestnut #8E6661

Tints of Dark Chestnut #8E6661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 41.64%
G = 29.91%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6661 (or 0x8E6661) is known color: Dark Chestnut. HEX triplet: 8E, 66 and 61. RGB value is (142,102,97). Sum of RGB (Red+Green+Blue) = 142+102+97=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6661 is #71999E. Grayscale: #717171. Windows color (decimal): -7444895 or 6383246. OLE color: 6383246.

HSL color Cylindrical-coordinate representation of color #8E6661: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6661 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 102 97 -
CMYK 0 0.28 0.32 0.44
HSL 6.67º 0.19% 0.47% -
HSV(B) 6.67º 0.32% 0.56% -
XYZ 18.06 16.12 13.47 -
YUV 113.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 142 102 97 0 0.28 0.32 0.44 6.67 0.19 0.47
Hex 8E 66 61 0 1C 20 2C 7 13 2F
Octal 216 146 141 0 34 40 54 7 23 57
Binary 10001110 1100110 1100001 0 11100 100000 101100 111 10011 101111

Color Harmonies of #8E6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6661

Black with #8E6661

Text Example


Text Example

White with #8E6661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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