#9F685F

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

Shades of Dark Chestnut #9F685F

Tints of Dark Chestnut #9F685F

Color information

#9F685F (or 0x9F685F) is unknown color: approx Dark Chestnut. HEX triplet: 9F, 68 and 5F. RGB value is (159,104,95). Sum of RGB (Red+Green+Blue) = 159+104+95=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F685F is #6097A0. Grayscale: #777777. Windows color (decimal): -6330273 or 6252703. OLE color: 6252703.

HSL color Cylindrical-coordinate representation of color #9F685F: hue angle of 8.44º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F685F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15910495-
CMYK00.350.400.38
HSL8.44º25.2%49.8%-
HSV(B)8.44º40.25%62.35%-
XYZ21.3118.113.2-
YUV119.42114.22156.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=44.41%
G=29.05%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591049500.350.400.388.4425.249.8
Hex9F685F023282681932
Octal2371501370435046103162
Binary10011111110100010111110100011101000100110100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F685F; }

 p { color: rgb(159,104,95); }

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

<style>
 a { background-color: #9F685F; }

 a { background-color: rgb(159,104,95); }

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

<style>
 span { border-color: #9F685F; }

 span { border-color: rgb(159,104,95); }

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