#8F7068

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

Shades of Dark Chestnut #8F7068

Tints of Dark Chestnut #8F7068

Color information

#8F7068 (or 0x8F7068) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 70 and 68. RGB value is (143,112,104). Sum of RGB (Red+Green+Blue) = 143+112+104=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7068 is #708F97. Grayscale: #787878. Windows color (decimal): -7376792 or 6844559. OLE color: 6844559.

HSL color Cylindrical-coordinate representation of color #8F7068: 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 #8F7068 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB143112104-
CMYK00.220.270.44
HSL12.31º15.79%48.43%-
HSV(B)12.31º27.27%56.08%-
XYZ19.6218.4315.62-
YUV120.36118.77144.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.83%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=39.83%
G=31.20%
B=28.97%

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
Decimal14311210400.220.270.4412.3115.7948.43
Hex8F70680161B2Cc1030
Octal2171601500263354142060
Binary100011111110000110100001011011011101100110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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