Shades of Dark Chestnut #93685B
Tints of Dark Chestnut #93685B
RGB
CMYK
RGB Variations
Color information
#93685B (or 0x93685B) is known color: 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
| RGB | 147 | 104 | 91 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.42 |
| HSL | 13.93º | 0.24% | 0.47% | - |
| HSV(B) | 13.93º | 0.38% | 0.58% | - |
| XYZ | 18.87 | 16.86 | 12.16 | - |
| YUV | 115.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 91 | 0 | 0.29 | 0.38 | 0.42 | 13.93 | 0.24 | 0.47 |
| Hex | 93 | 68 | 5B | 0 | 1D | 26 | 2A | E | 18 | 2F |
| Octal | 223 | 150 | 133 | 0 | 35 | 46 | 52 | 16 | 30 | 57 |
| Binary | 10010011 | 1101000 | 1011011 | 0 | 11101 | 100110 | 101010 | 1110 | 11000 | 101111 |
Color Harmonies of #93685B
Complementary color
Monochromatic Colors of #93685B
Black with #93685B
Text Example
Text Example
White with #93685B
Text Example
Text Example
HTML Codes & Css Web 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>