#916458

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

Shades of Dark Chestnut #916458

Tints of Dark Chestnut #916458

Color information

#916458 (or 0x916458) is unknown color: approx Dark Chestnut. HEX triplet: 91, 64 and 58. RGB value is (145,100,88). Sum of RGB (Red+Green+Blue) = 145+100+88=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916458 is #6E9BA7. Grayscale: #707070. Windows color (decimal): -7248808 or 5792913. OLE color: 5792913.

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

Color convert

RGB14510088-
CMYK00.310.390.43
HSL12.63º24.46%45.69%-
HSV(B)12.63º39.31%56.86%-
XYZ1815.8411.34-
YUV112.09114.41151.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=43.54%
G=30.03%
B=26.43%

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
Decimal1451008800.310.390.4312.6324.4645.69
Hex91645801F272Bd182e
Octal2211441300374753153056
Binary1001000111001001011000011111100111101011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916458; }

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

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

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

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

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

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

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

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