#93706A

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

Shades of Dark Chestnut #93706A

Tints of Dark Chestnut #93706A

Color information

#93706A (or 0x93706A) is unknown color: approx Dark Chestnut. HEX triplet: 93, 70 and 6A. RGB value is (147,112,106). Sum of RGB (Red+Green+Blue) = 147+112+106=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #93706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93706A is #6C8F95. Grayscale: #797979. Windows color (decimal): -7114646 or 6975635. OLE color: 6975635.

HSL color Cylindrical-coordinate representation of color #93706A: hue angle of 8.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93706A is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147112106-
CMYK00.240.280.42
HSL8.78º16.21%49.61%-
HSV(B)8.78º27.89%57.65%-
XYZ20.4318.8316.19-
YUV121.78119.1145.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=40.27%
G=30.68%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711210600.240.280.428.7816.2149.61
Hex93706A0181C2A91032
Octal2231601520303452112062
Binary100100111110000110101001100011100101010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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