#8F6F68

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

Shades of Dark Chestnut #8F6F68

Tints of Dark Chestnut #8F6F68

Color information

#8F6F68 (or 0x8F6F68) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 6F and 68. RGB value is (143,111,104). Sum of RGB (Red+Green+Blue) = 143+111+104=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F68 is #709097. Grayscale: #777777. Windows color (decimal): -7377048 or 6844303. OLE color: 6844303.

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

Color convert

RGB143111104-
CMYK00.220.270.44
HSL10.77º15.79%48.43%-
HSV(B)10.77º27.27%56.08%-
XYZ19.5118.2115.58-
YUV119.77119.1144.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=39.94%
G=31.01%
B=29.05%

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
Decimal14311110400.220.270.4410.7715.7948.43
Hex8F6F680161B2Cb1030
Octal2171571500263354132060
Binary100011111101111110100001011011011101100101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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