#9F655E

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

Shades of Dark Chestnut #9F655E

Tints of Dark Chestnut #9F655E

Color information

#9F655E (or 0x9F655E) is unknown color: approx Dark Chestnut. HEX triplet: 9F, 65 and 5E. RGB value is (159,101,94). Sum of RGB (Red+Green+Blue) = 159+101+94=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F655E is #609AA1. Grayscale: #757575. Windows color (decimal): -6331042 or 6186399. OLE color: 6186399.

HSL color Cylindrical-coordinate representation of color #9F655E: hue angle of 6.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F655E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15910194-
CMYK00.360.410.38
HSL6.46º25.69%49.61%-
HSV(B)6.46º40.88%62.35%-
XYZ20.9717.4912.86-
YUV117.54114.72157.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=44.92%
G=28.53%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591019400.360.410.386.4625.6949.61
Hex9F655E024292661a32
Octal237145136044514663262
Binary1001111111001011011110010010010100110011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,101,94); }

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

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

 a { background-color: rgb(159,101,94); }

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

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

 span { border-color: rgb(159,101,94); }

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