#906960

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

Shades of Dark Chestnut #906960

Tints of Dark Chestnut #906960

Color information

#906960 (or 0x906960) is unknown color: approx Dark Chestnut. HEX triplet: 90, 69 and 60. RGB value is (144,105,96). Sum of RGB (Red+Green+Blue) = 144+105+96=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #906960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906960 is #6F969F. Grayscale: #737373. Windows color (decimal): -7313056 or 6318480. OLE color: 6318480.

HSL color Cylindrical-coordinate representation of color #906960: hue angle of 11.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 #906960 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14410596-
CMYK00.270.330.44
HSL11.25º20%47.06%-
HSV(B)11.25º33.33%56.47%-
XYZ18.6616.8813.34-
YUV115.64116.92148.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=41.74%
G=30.43%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441059600.270.330.4411.252047.06
Hex90696001B212Cb142f
Octal2201511400334154132457
Binary1001000011010011100000011011100001101100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906960; }

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

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

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

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

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

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

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

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