#93685F

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

Shades of Dark Chestnut #93685F

Tints of Dark Chestnut #93685F

Color information

#93685F (or 0x93685F) is unknown color: approx Dark Chestnut. HEX triplet: 93, 68 and 5F. RGB value is (147,104,95). Sum of RGB (Red+Green+Blue) = 147+104+95=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #93685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93685F is #6C97A0. Grayscale: #737373. Windows color (decimal): -7116705 or 6252691. OLE color: 6252691.

HSL color Cylindrical-coordinate representation of color #93685F: hue angle of 10.38º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93685F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14710495-
CMYK00.290.350.42
HSL10.38º21.49%47.45%-
HSV(B)10.38º35.37%57.65%-
XYZ19.0516.9313.09-
YUV115.83116.25150.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=42.49%
G=30.06%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471049500.290.350.4210.3821.4947.45
Hex93685F01D232Aa152f
Octal2231501370354352122557
Binary1001001111010001011111011101100011101010101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93685F; }

 p { color: rgb(147,104,95); }

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

<style>
 a { background-color: #93685F; }

 a { background-color: rgb(147,104,95); }

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

<style>
 span { border-color: #93685F; }

 span { border-color: rgb(147,104,95); }

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