#8F645F

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

Shades of Dark Chestnut #8F645F

Tints of Dark Chestnut #8F645F

Color information

#8F645F (or 0x8F645F) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 64 and 5F. RGB value is (143,100,95). Sum of RGB (Red+Green+Blue) = 143+100+95=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F645F is #709BA0. Grayscale: #707070. Windows color (decimal): -7379873 or 6251663. OLE color: 6251663.

HSL color Cylindrical-coordinate representation of color #8F645F: hue angle of 6.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F645F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14310095-
CMYK00.300.340.44
HSL6.25º20.17%46.67%-
HSV(B)6.25º33.57%56.08%-
XYZ17.9515.7812.93-
YUV112.29118.25149.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=42.31%
G=29.59%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431009500.300.340.446.2520.1746.67
Hex8F645F01E222C6142f
Octal217144137036425462457
Binary100011111100100101111101111010001010110011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,95); }

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

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

 a { background-color: rgb(143,100,95); }

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

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

 span { border-color: rgb(143,100,95); }

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