#916459

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

Shades of Dark Chestnut #916459

Tints of Dark Chestnut #916459

Color information

#916459 (or 0x916459) is unknown color: approx Dark Chestnut. HEX triplet: 91, 64 and 59. RGB value is (145,100,89). Sum of RGB (Red+Green+Blue) = 145+100+89=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #916459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916459 is #6E9BA6. Grayscale: #707070. Windows color (decimal): -7248807 or 5858449. OLE color: 5858449.

HSL color Cylindrical-coordinate representation of color #916459: hue angle of 11.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916459 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14510089-
CMYK00.310.390.43
HSL11.79º23.93%45.88%-
HSV(B)11.79º38.62%56.86%-
XYZ18.0415.8611.56-
YUV112.2114.91151.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=43.41%
G=29.94%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451008900.310.390.4311.7923.9345.88
Hex91645901F272Bc182e
Octal2211441310374753143056
Binary1001000111001001011001011111100111101011110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916459; }

 p { color: rgb(145,100,89); }

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

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

 a { background-color: rgb(145,100,89); }

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

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

 span { border-color: rgb(145,100,89); }

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