#9B6560

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

Shades of Dark Chestnut #9B6560

Tints of Dark Chestnut #9B6560

Color information

#9B6560 (or 0x9B6560) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 65 and 60. RGB value is (155,101,96). Sum of RGB (Red+Green+Blue) = 155+101+96=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6560 is #649A9F. Grayscale: #747474. Windows color (decimal): -6593184 or 6317467. OLE color: 6317467.

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

Color convert

RGB15510196-
CMYK00.350.380.39
HSL5.08º23.51%49.22%-
HSV(B)5.08º38.06%60.78%-
XYZ20.2817.1213.3-
YUV116.58116.39155.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=44.03%
G=28.69%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551019600.350.380.395.0823.5149.22
Hex9B6560023262751831
Octal233145140043464753061
Binary1001101111001011100000010001110011010011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,96); }

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

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

 a { background-color: rgb(155,101,96); }

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

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

 span { border-color: rgb(155,101,96); }

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