#8E6F67

Color #8E6F67 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #8E6F67

Tints of Dark Chestnut #8E6F67

Color information

#8E6F67 (or 0x8E6F67) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 6F and 67. RGB value is (142,111,103). Sum of RGB (Red+Green+Blue) = 142+111+103=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F67 is #719098. Grayscale: #777777. Windows color (decimal): -7442585 or 6778766. OLE color: 6778766.

HSL color Cylindrical-coordinate representation of color #8E6F67: hue angle of 12.31º degrees, saturation: 0.16, 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 #8E6F67 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB142111103-
CMYK00.220.270.44
HSL12.31º15.92%48.04%-
HSV(B)12.31º27.46%55.69%-
XYZ19.2918.115.31-
YUV119.36118.77144.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=39.89%
G=31.18%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211110300.220.270.4412.3115.9248.04
Hex8E6F670161B2Cc1030
Octal2161571470263354142060
Binary100011101101111110011101011011011101100110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,103); }

 H1.HeaderClassName
 {
   color: #8E6F67;
 }
 .AnyTagClassName
 {
   color: #8E6F67;
 }
</style>
background-color css

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

 a { background-color: rgb(142,111,103); }

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

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

 span { border-color: rgb(142,111,103); }

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