#93706B

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

Shades of Dark Chestnut #93706B

Tints of Dark Chestnut #93706B

Color information

#93706B (or 0x93706B) is unknown color: approx Dark Chestnut. HEX triplet: 93, 70 and 6B. RGB value is (147,112,107). Sum of RGB (Red+Green+Blue) = 147+112+107=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #93706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93706B is #6C8F94. Grayscale: #797979. Windows color (decimal): -7114645 or 7041171. OLE color: 7041171.

HSL color Cylindrical-coordinate representation of color #93706B: hue angle of 7.5º degrees, saturation: 0.16, 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 #93706B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147112107-
CMYK00.240.270.42
HSL7.5º15.75%49.8%-
HSV(B)7.5º27.21%57.65%-
XYZ20.4818.8516.47-
YUV121.9119.6145.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=40.16%
G=30.60%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711210700.240.270.427.515.7549.8
Hex93706B0181B2A81032
Octal2231601530303352102062
Binary100100111110000110101101100011011101010100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,112,107); }

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

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

 a { background-color: rgb(147,112,107); }

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

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

 span { border-color: rgb(147,112,107); }

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