Html Css Color HEX #8E7068 Dark Chestnut

📋 copy color: '#8E7068'

red 142 ◦ green 112 ◦ blue 104

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

Shades of Dark Chestnut #8E7068

Tints of Dark Chestnut #8E7068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 39.66%
G = 31.28%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E7068 (or 0x8E7068) is known color: Dark Chestnut. HEX triplet: 8E, 70 and 68. RGB value is (142,112,104). Sum of RGB (Red+Green+Blue) = 142+112+104=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7068 is #718F97. Grayscale: #787878. Windows color (decimal): -7442328 or 6844558. OLE color: 6844558.

HSL color Cylindrical-coordinate representation of color #8E7068: hue angle of 12.63º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E7068 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 104 -
CMYK 0 0.21 0.27 0.44
HSL 12.63º 0.15% 0.48% -
HSV(B) 12.63º 0.27% 0.56% -
XYZ 19.45 18.34 15.61 -
YUV 120.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 142 112 104 0 0.21 0.27 0.44 12.63 0.15 0.48
Hex 8E 70 68 0 15 1B 2C D F 30
Octal 216 160 150 0 25 33 54 15 17 60
Binary 10001110 1110000 1101000 0 10101 11011 101100 1101 1111 110000

Color Harmonies of #8E7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7068

Black with #8E7068

Text Example


Text Example

White with #8E7068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,104); }

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

background-color css

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

 a { background-color: rgb(142,112,104); }

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

border-color css

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

 span { border-color: rgb(142,112,104); }

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