#9C685F

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

Shades of Dark Chestnut #9C685F

Tints of Dark Chestnut #9C685F

Color information

#9C685F (or 0x9C685F) is unknown color: approx Dark Chestnut. HEX triplet: 9C, 68 and 5F. RGB value is (156,104,95). Sum of RGB (Red+Green+Blue) = 156+104+95=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C685F is #6397A0. Grayscale: #767676. Windows color (decimal): -6526881 or 6252700. OLE color: 6252700.

HSL color Cylindrical-coordinate representation of color #9C685F: hue angle of 8.85º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C685F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB15610495-
CMYK00.330.390.39
HSL8.85º24.3%49.22%-
HSV(B)8.85º39.1%61.18%-
XYZ20.7317.7913.17-
YUV118.52114.73154.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=43.94%
G=29.30%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561049500.330.390.398.8524.349.22
Hex9C685F021272791831
Octal2341501370414747113061
Binary10011100110100010111110100001100111100111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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