#9C655F

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

Shades of Dark Chestnut #9C655F

Tints of Dark Chestnut #9C655F

Color information

#9C655F (or 0x9C655F) is unknown color: approx Dark Chestnut. HEX triplet: 9C, 65 and 5F. RGB value is (156,101,95). Sum of RGB (Red+Green+Blue) = 156+101+95=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C655F is #639AA0. Grayscale: #747474. Windows color (decimal): -6527649 or 6251932. OLE color: 6251932.

HSL color Cylindrical-coordinate representation of color #9C655F: hue angle of 5.9º 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 #9C655F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB15610195-
CMYK00.350.390.39
HSL5.9º24.3%49.22%-
HSV(B)5.9º39.1%61.18%-
XYZ20.4317.213.07-
YUV116.76115.72155.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=44.32%
G=28.69%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561019500.350.390.395.924.349.22
Hex9C655F023272761831
Octal234145137043474763061
Binary1001110011001011011111010001110011110011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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