#8F6F67

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

Shades of Dark Chestnut #8F6F67

Tints of Dark Chestnut #8F6F67

Color information

#8F6F67 (or 0x8F6F67) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 6F and 67. RGB value is (143,111,103). Sum of RGB (Red+Green+Blue) = 143+111+103=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F67 is #709098. Grayscale: #777777. Windows color (decimal): -7377049 or 6778767. OLE color: 6778767.

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

Color convert

RGB143111103-
CMYK00.220.280.44
HSL12º16.26%48.24%-
HSV(B)12º27.97%56.08%-
XYZ19.4618.1915.32-
YUV119.66118.6144.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=40.06%
G=31.09%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311110300.220.280.441216.2648.24
Hex8F6F670161C2Cc1030
Octal2171571470263454142060
Binary100011111101111110011101011011100101100110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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