#91625B

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

Shades of Dark Chestnut #91625B

Tints of Dark Chestnut #91625B

Color information

#91625B (or 0x91625B) is unknown color: approx Dark Chestnut. HEX triplet: 91, 62 and 5B. RGB value is (145,98,91). Sum of RGB (Red+Green+Blue) = 145+98+91=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91625B is #6E9DA4. Grayscale: #6F6F6F. Windows color (decimal): -7249317 or 5989009. OLE color: 5989009.

HSL color Cylindrical-coordinate representation of color #91625B: hue angle of 7.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91625B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1459891-
CMYK00.320.370.43
HSL7.78º22.88%46.27%-
HSV(B)7.78º37.24%56.86%-
XYZ17.9315.5111.95-
YUV111.26116.57152.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=43.41%
G=29.34%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145989100.320.370.437.7822.8846.27
Hex91625B020252B8172e
Octal2211421330404553102756
Binary10010001110001010110110100000100101101011100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91625B; }

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

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

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

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

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

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

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

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