#916457

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

Shades of Dark Chestnut #916457

Tints of Dark Chestnut #916457

Color information

#916457 (or 0x916457) is unknown color: approx Dark Chestnut. HEX triplet: 91, 64 and 57. RGB value is (145,100,87). Sum of RGB (Red+Green+Blue) = 145+100+87=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916457 is #6E9BA8. Grayscale: #707070. Windows color (decimal): -7248809 or 5727377. OLE color: 5727377.

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

Color convert

RGB14510087-
CMYK00.310.40.43
HSL13.45º25%45.49%-
HSV(B)13.45º40%56.86%-
XYZ17.9515.8211.12-
YUV111.97113.91151.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=43.67%
G=30.12%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451008700.310.40.4313.452545.49
Hex91645701F282Bd192d
Octal2211441270375053153155
Binary1001000111001001010111011111101000101011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916457; }

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

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

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

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

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

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

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

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