#916860

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

Shades of Dark Chestnut #916860

Tints of Dark Chestnut #916860

Color information

#916860 (or 0x916860) is unknown color: approx Dark Chestnut. HEX triplet: 91, 68 and 60. RGB value is (145,104,96). Sum of RGB (Red+Green+Blue) = 145+104+96=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916860 is #6E979F. Grayscale: #737373. Windows color (decimal): -7247776 or 6318225. OLE color: 6318225.

HSL color Cylindrical-coordinate representation of color #916860: hue angle of 9.8º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916860 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14510496-
CMYK00.280.340.43
HSL9.8º20.33%47.25%-
HSV(B)9.8º33.79%56.86%-
XYZ18.7416.7613.31-
YUV115.35117.08149.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=42.03%
G=30.14%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451049600.280.340.439.820.3347.25
Hex91686001C222Ba142f
Octal2211501400344253122457
Binary1001000111010001100000011100100010101011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916860; }

 p { color: rgb(145,104,96); }

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

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

 a { background-color: rgb(145,104,96); }

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

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

 span { border-color: rgb(145,104,96); }

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