Shades of Dark Chestnut #93695D
Tints of Dark Chestnut #93695D
RGB
CMYK
RGB Variations
Color information
#93695D (or 0x93695D) is known color: Dark Chestnut. HEX triplet: 93, 69 and 5D. RGB value is (147,105,93). Sum of RGB (Red+Green+Blue) = 147+105+93=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93695D is #6C96A2. Grayscale: #747474. Windows color (decimal): -7116451 or 6121875. OLE color: 6121875.
HSL color Cylindrical-coordinate representation of color #93695D: hue angle of 13.33º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93695D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 93 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.42 |
| HSL | 13.33º | 0.23% | 0.47% | - |
| HSV(B) | 13.33º | 0.37% | 0.58% | - |
| XYZ | 19.06 | 17.1 | 12.65 | - |
| YUV | 116.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 93 | 0 | 0.29 | 0.37 | 0.42 | 13.33 | 0.23 | 0.47 |
| Hex | 93 | 69 | 5D | 0 | 1D | 25 | 2A | D | 16 | 2F |
| Octal | 223 | 151 | 135 | 0 | 35 | 45 | 52 | 15 | 26 | 57 |
| Binary | 10010011 | 1101001 | 1011101 | 0 | 11101 | 100101 | 101010 | 1101 | 10110 | 101111 |
Color Harmonies of #93695D
Complementary color
Monochromatic Colors of #93695D
Black with #93695D
Text Example
Text Example
White with #93695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93695D; }
p { color: rgb(147,105,93); }
H1.HeaderClassName
{
color: #93695D;
}
.AnyTagClassName
{
color: #93695D;
}
</style>
background-color css
<style>
a { background-color: #93695D; }
a { background-color: rgb(147,105,93); }
div.DivClassName
{
background-color: #93695D;
}
.BgClassName
{
background-color: #93695D;
}
</style>
border-color css
<style>
span { border-color: #93695D; }
span { border-color: rgb(147,105,93); }
td.TdClassName
{
border-color: #93695D;
}
.TagClassName
{
border-color: #93695D;
}
</style>