Shades of Dark Chestnut #93716B
Tints of Dark Chestnut #93716B
RGB
CMYK
RGB Variations
Color information
#93716B (or 0x93716B) is known color: Dark Chestnut. HEX triplet: 93, 71 and 6B. RGB value is (147,113,107). Sum of RGB (Red+Green+Blue) = 147+113+107=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93716B is #6C8E94. Grayscale: #7A7A7A. Windows color (decimal): -7114389 or 7041427. OLE color: 7041427.
HSL color Cylindrical-coordinate representation of color #93716B: hue angle of 9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93716B is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 107 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.42 |
| HSL | 9º | 0.16% | 0.5% | - |
| HSV(B) | 9º | 0.27% | 0.58% | - |
| XYZ | 20.59 | 19.07 | 16.51 | - |
| YUV | 122.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 107 | 0 | 0.23 | 0.27 | 0.42 | 9 | 0.16 | 0.5 |
| Hex | 93 | 71 | 6B | 0 | 17 | 1B | 2A | 9 | 10 | 32 |
| Octal | 223 | 161 | 153 | 0 | 27 | 33 | 52 | 11 | 20 | 62 |
| Binary | 10010011 | 1110001 | 1101011 | 0 | 10111 | 11011 | 101010 | 1001 | 10000 | 110010 |
Color Harmonies of #93716B
Complementary color
Monochromatic Colors of #93716B
Black with #93716B
Text Example
Text Example
White with #93716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93716B; }
p { color: rgb(147,113,107); }
H1.HeaderClassName
{
color: #93716B;
}
.AnyTagClassName
{
color: #93716B;
}
</style>
background-color css
<style>
a { background-color: #93716B; }
a { background-color: rgb(147,113,107); }
div.DivClassName
{
background-color: #93716B;
}
.BgClassName
{
background-color: #93716B;
}
</style>
border-color css
<style>
span { border-color: #93716B; }
span { border-color: rgb(147,113,107); }
td.TdClassName
{
border-color: #93716B;
}
.TagClassName
{
border-color: #93716B;
}
</style>