#916660

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

Shades of Dark Chestnut #916660

Tints of Dark Chestnut #916660

Color information

#916660 (or 0x916660) is unknown color: approx Dark Chestnut. HEX triplet: 91, 66 and 60. RGB value is (145,102,96). Sum of RGB (Red+Green+Blue) = 145+102+96=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #916660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916660 is #6E999F. Grayscale: #727272. Windows color (decimal): -7248288 or 6317713. OLE color: 6317713.

HSL color Cylindrical-coordinate representation of color #916660: hue angle of 7.35º 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 #916660 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14510296-
CMYK00.300.340.43
HSL7.35º20.33%47.25%-
HSV(B)7.35º33.79%56.86%-
XYZ18.5416.3713.25-
YUV114.17117.75149.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=42.27%
G=29.74%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451029600.300.340.437.3520.3347.25
Hex91666001E222B7142f
Octal221146140036425372457
Binary100100011100110110000001111010001010101111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916660; }

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

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

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

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

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

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

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

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