#8F6158

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

Shades of Dark Chestnut #8F6158

Tints of Dark Chestnut #8F6158

Color information

#8F6158 (or 0x8F6158) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 61 and 58. RGB value is (143,97,88). Sum of RGB (Red+Green+Blue) = 143+97+88=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6158 is #709EA7. Grayscale: #6D6D6D. Windows color (decimal): -7380648 or 5792143. OLE color: 5792143.

HSL color Cylindrical-coordinate representation of color #8F6158: hue angle of 9.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F6158 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1439788-
CMYK00.320.380.44
HSL9.82º23.81%45.29%-
HSV(B)9.82º38.46%56.08%-
XYZ17.3615.0911.23-
YUV109.73115.74151.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.60%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=43.60%
G=29.57%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143978800.320.380.449.8223.8145.29
Hex8F6158020262Ca182d
Octal2171411300404654123055
Binary10001111110000110110000100000100110101100101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,88); }

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

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

 a { background-color: rgb(143,97,88); }

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

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

 span { border-color: rgb(143,97,88); }

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