Html Css Color HEX #8E6560 Dark Chestnut

📋 copy color: '#8E6560'

red 142 ◦ green 101 ◦ blue 96

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

Shades of Dark Chestnut #8E6560

Tints of Dark Chestnut #8E6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 41.89%
G = 29.79%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6560 (or 0x8E6560) is known color: Dark Chestnut. HEX triplet: 8E, 65 and 60. RGB value is (142,101,96). Sum of RGB (Red+Green+Blue) = 142+101+96=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6560 is #719A9F. Grayscale: #707070. Windows color (decimal): -7445152 or 6317454. OLE color: 6317454.

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

Color convert

RGB 142 101 96 -
CMYK 0 0.29 0.32 0.44
HSL 6.52º 0.19% 0.47% -
HSV(B) 6.52º 0.32% 0.56% -
XYZ 17.92 15.9 13.19 -
YUV 112.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 142 101 96 0 0.29 0.32 0.44 6.52 0.19 0.47
Hex 8E 65 60 0 1D 20 2C 7 13 2F
Octal 216 145 140 0 35 40 54 7 23 57
Binary 10001110 1100101 1100000 0 11101 100000 101100 111 10011 101111

Color Harmonies of #8E6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6560

Black with #8E6560

Text Example


Text Example

White with #8E6560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,96); }

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

background-color css

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

 a { background-color: rgb(142,101,96); }

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

border-color css

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

 span { border-color: rgb(142,101,96); }

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