#916659

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

Shades of Dark Chestnut #916659

Tints of Dark Chestnut #916659

Color information

#916659 (or 0x916659) is unknown color: approx Dark Chestnut. HEX triplet: 91, 66 and 59. RGB value is (145,102,89). Sum of RGB (Red+Green+Blue) = 145+102+89=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #916659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916659 is #6E99A6. Grayscale: #717171. Windows color (decimal): -7248295 or 5858961. OLE color: 5858961.

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

Color convert

RGB14510289-
CMYK00.300.390.43
HSL13.93º23.93%45.88%-
HSV(B)13.93º38.62%56.86%-
XYZ18.2316.2411.63-
YUV113.37114.25150.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=43.15%
G=30.36%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451028900.300.390.4313.9323.9345.88
Hex91665901E272Be182e
Octal2211461310364753163056
Binary1001000111001101011001011110100111101011111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916659; }

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

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

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

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

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

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

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

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