#93726C

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

Shades of Dark Chestnut #93726C

Tints of Dark Chestnut #93726C

Color information

#93726C (or 0x93726C) is unknown color: approx Dark Chestnut. HEX triplet: 93, 72 and 6C. RGB value is (147,114,108). Sum of RGB (Red+Green+Blue) = 147+114+108=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726C is #6C8D93. Grayscale: #7B7B7B. Windows color (decimal): -7114132 or 7107219. OLE color: 7107219.

HSL color Cylindrical-coordinate representation of color #93726C: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93726C is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147114108-
CMYK00.220.270.42
HSL9.23º15.29%50%-
HSV(B)9.23º26.53%57.65%-
XYZ20.7619.3216.82-
YUV123.18119.43144.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=39.84%
G=30.89%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711410800.220.270.429.2315.2950
Hex93726C0161B2A9f32
Octal2231621540263352111762
Binary10010011111001011011000101101101110101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93726C; }

 p { color: rgb(147,114,108); }

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

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

 a { background-color: rgb(147,114,108); }

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

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

 span { border-color: rgb(147,114,108); }

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