#916157

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

Shades of Dark Chestnut #916157

Tints of Dark Chestnut #916157

Color information

#916157 (or 0x916157) is unknown color: approx Dark Chestnut. HEX triplet: 91, 61 and 57. RGB value is (145,97,87). Sum of RGB (Red+Green+Blue) = 145+97+87=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #916157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916157 is #6E9EA8. Grayscale: #6E6E6E. Windows color (decimal): -7249577 or 5726609. OLE color: 5726609.

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

Color convert

RGB1459787-
CMYK00.330.40.43
HSL10.34º25%45.49%-
HSV(B)10.34º40%56.86%-
XYZ17.6715.2611.03-
YUV110.21114.9152.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=44.07%
G=29.48%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145978700.330.40.4310.342545.49
Hex916157021282Ba192d
Octal2211411270415053123155
Binary10010001110000110101110100001101000101011101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916157; }

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

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

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

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

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

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

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

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