#93625B

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

Shades of Dark Chestnut #93625B

Tints of Dark Chestnut #93625B

Color information

#93625B (or 0x93625B) is unknown color: approx Dark Chestnut. HEX triplet: 93, 62 and 5B. RGB value is (147,98,91). Sum of RGB (Red+Green+Blue) = 147+98+91=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93625B is #6C9DA4. Grayscale: #6F6F6F. Windows color (decimal): -7118245 or 5989011. OLE color: 5989011.

HSL color Cylindrical-coordinate representation of color #93625B: hue angle of 7.5º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93625B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1479891-
CMYK00.330.380.42
HSL7.5º23.53%46.67%-
HSV(B)7.5º38.1%57.65%-
XYZ18.2915.6911.96-
YUV111.85116.23153.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=43.75%
G=29.17%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147989100.330.380.427.523.5346.67
Hex93625B021262A8182f
Octal2231421330414652103057
Binary10010011110001010110110100001100110101010100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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