#93645B

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

Shades of Dark Chestnut #93645B

Tints of Dark Chestnut #93645B

Color information

#93645B (or 0x93645B) is unknown color: approx Dark Chestnut. HEX triplet: 93, 64 and 5B. RGB value is (147,100,91). Sum of RGB (Red+Green+Blue) = 147+100+91=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93645B is #6C9BA4. Grayscale: #717171. Windows color (decimal): -7117733 or 5989523. OLE color: 5989523.

HSL color Cylindrical-coordinate representation of color #93645B: hue angle of 9.64º 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 #93645B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14710091-
CMYK00.320.380.42
HSL9.64º23.53%46.67%-
HSV(B)9.64º38.1%57.65%-
XYZ18.4816.0712.03-
YUV113.03115.57152.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=43.49%
G=29.59%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471009100.320.380.429.6423.5346.67
Hex93645B020262Aa182f
Octal2231441330404652123057
Binary10010011110010010110110100000100110101010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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