Html Css Color HEX #8E6960 Dark Chestnut

📋 copy color: '#8E6960'

red 142 ◦ green 105 ◦ blue 96

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

Shades of Dark Chestnut #8E6960

Tints of Dark Chestnut #8E6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 41.4%
G = 30.61%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6960 (or 0x8E6960) is known color: Dark Chestnut. HEX triplet: 8E, 69 and 60. RGB value is (142,105,96). Sum of RGB (Red+Green+Blue) = 142+105+96=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6960 is #71969F. Grayscale: #737373. Windows color (decimal): -7444128 or 6318478. OLE color: 6318478.

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

Color convert

RGB 142 105 96 -
CMYK 0 0.26 0.32 0.44
HSL 11.74º 0.19% 0.47% -
HSV(B) 11.74º 0.32% 0.56% -
XYZ 18.32 16.7 13.32 -
YUV 115.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 142 105 96 0 0.26 0.32 0.44 11.74 0.19 0.47
Hex 8E 69 60 0 1A 20 2C C 13 2F
Octal 216 151 140 0 32 40 54 14 23 57
Binary 10001110 1101001 1100000 0 11010 100000 101100 1100 10011 101111

Color Harmonies of #8E6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6960

Black with #8E6960

Text Example


Text Example

White with #8E6960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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