#9F695F

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

Shades of Dark Chestnut #9F695F

Tints of Dark Chestnut #9F695F

Color information

#9F695F (or 0x9F695F) is unknown color: approx Dark Chestnut. HEX triplet: 9F, 69 and 5F. RGB value is (159,105,95). Sum of RGB (Red+Green+Blue) = 159+105+95=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F695F is #6096A0. Grayscale: #787878. Windows color (decimal): -6330017 or 6252959. OLE color: 6252959.

HSL color Cylindrical-coordinate representation of color #9F695F: hue angle of 9.38º 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 #9F695F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15910595-
CMYK00.340.400.38
HSL9.38º25.2%49.8%-
HSV(B)9.38º40.25%62.35%-
XYZ21.4218.313.23-
YUV120.01113.89155.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=44.29%
G=29.25%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591059500.340.400.389.3825.249.8
Hex9F695F022282691932
Octal2371511370425046113162
Binary10011111110100110111110100010101000100110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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