#906560

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

Shades of Dark Chestnut #906560

Tints of Dark Chestnut #906560

Color information

#906560 (or 0x906560) is unknown color: approx Dark Chestnut. HEX triplet: 90, 65 and 60. RGB value is (144,101,96). Sum of RGB (Red+Green+Blue) = 144+101+96=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #906560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906560 is #6F9A9F. Grayscale: #717171. Windows color (decimal): -7314080 or 6317456. OLE color: 6317456.

HSL color Cylindrical-coordinate representation of color #906560: hue angle of 6.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906560 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14410196-
CMYK00.300.330.44
HSL6.25º20%47.06%-
HSV(B)6.25º33.33%56.47%-
XYZ18.2716.0813.21-
YUV113.29118.25149.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=42.23%
G=29.62%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441019600.300.330.446.252047.06
Hex90656001E212C6142f
Octal220145140036415462457
Binary100100001100101110000001111010000110110011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906560; }

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

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

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

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

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

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

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

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