#9C685E

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

Shades of Dark Chestnut #9C685E

Tints of Dark Chestnut #9C685E

Color information

#9C685E (or 0x9C685E) is unknown color: approx Dark Chestnut. HEX triplet: 9C, 68 and 5E. RGB value is (156,104,94). Sum of RGB (Red+Green+Blue) = 156+104+94=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C685E is #6397A1. Grayscale: #767676. Windows color (decimal): -6526882 or 6187164. OLE color: 6187164.

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

Color convert

RGB15610494-
CMYK00.330.400.39
HSL9.68º24.8%49.02%-
HSV(B)9.68º39.74%61.18%-
XYZ20.6817.7812.93-
YUV118.41114.23154.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=44.07%
G=29.38%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561049400.330.400.399.6824.849.02
Hex9C685E0212827a1931
Octal2341501360415047123161
Binary10011100110100010111100100001101000100111101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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