#8F665C

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

Shades of Dark Chestnut #8F665C

Tints of Dark Chestnut #8F665C

Color information

#8F665C (or 0x8F665C) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 66 and 5C. RGB value is (143,102,92). Sum of RGB (Red+Green+Blue) = 143+102+92=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F665C is #7099A3. Grayscale: #717171. Windows color (decimal): -7379364 or 6055567. OLE color: 6055567.

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

Color convert

RGB14310292-
CMYK00.290.360.44
HSL11.76º21.7%46.08%-
HSV(B)11.76º35.66%56.08%-
XYZ18.0116.1212.29-
YUV113.12116.08149.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=42.43%
G=30.27%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431029200.290.360.4411.7621.746.08
Hex8F665C01D242Cc162e
Octal2171461340354454142656
Binary1000111111001101011100011101100100101100110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,92); }

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

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

 a { background-color: rgb(143,102,92); }

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

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

 span { border-color: rgb(143,102,92); }

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