#93685B

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

Shades of Dark Chestnut #93685B

Tints of Dark Chestnut #93685B

Color information

#93685B (or 0x93685B) is unknown color: approx Dark Chestnut. HEX triplet: 93, 68 and 5B. RGB value is (147,104,91). Sum of RGB (Red+Green+Blue) = 147+104+91=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93685B is #6C97A4. Grayscale: #737373. Windows color (decimal): -7116709 or 5990547. OLE color: 5990547.

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

Color convert

RGB14710491-
CMYK00.290.380.42
HSL13.93º23.53%46.67%-
HSV(B)13.93º38.1%57.65%-
XYZ18.8716.8612.16-
YUV115.37114.25150.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=42.98%
G=30.41%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471049100.290.380.4213.9323.5346.67
Hex93685B01D262Ae182f
Octal2231501330354652163057
Binary1001001111010001011011011101100110101010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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