#916257

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

Shades of Dark Chestnut #916257

Tints of Dark Chestnut #916257

Color information

#916257 (or 0x916257) is unknown color: approx Dark Chestnut. HEX triplet: 91, 62 and 57. RGB value is (145,98,87). Sum of RGB (Red+Green+Blue) = 145+98+87=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916257 is #6E9DA8. Grayscale: #6E6E6E. Windows color (decimal): -7249321 or 5726865. OLE color: 5726865.

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

Color convert

RGB1459887-
CMYK00.320.40.43
HSL11.38º25%45.49%-
HSV(B)11.38º40%56.86%-
XYZ17.7715.4411.06-
YUV110.8114.57152.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=43.94%
G=29.70%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145988700.320.40.4311.382545.49
Hex916257020282Bb192d
Octal2211421270405053133155
Binary10010001110001010101110100000101000101011101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916257; }

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

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

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

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

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

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

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

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