#9F6960

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

Shades of Dark Chestnut #9F6960

Tints of Dark Chestnut #9F6960

Color information

#9F6960 (or 0x9F6960) is unknown color: approx Dark Chestnut. HEX triplet: 9F, 69 and 60. RGB value is (159,105,96). Sum of RGB (Red+Green+Blue) = 159+105+96=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6960 is #60969F. Grayscale: #787878. Windows color (decimal): -6330016 or 6318495. OLE color: 6318495.

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

Color convert

RGB15910596-
CMYK00.340.400.38
HSL8.57º24.71%50%-
HSV(B)8.57º39.62%62.35%-
XYZ21.4618.3213.47-
YUV120.12114.39155.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=44.17%
G=29.17%
B=26.67%

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
Decimal1591059600.340.400.388.5724.7150
Hex9F6960022282691932
Octal2371511400425046113162
Binary10011111110100111000000100010101000100110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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