Shades of Dark Chestnut #93726B
Tints of Dark Chestnut #93726B
RGB
CMYK
RGB Variations
Color information
#93726B (or 0x93726B) is known color: Dark Chestnut. HEX triplet: 93, 72 and 6B. RGB value is (147,114,107). Sum of RGB (Red+Green+Blue) = 147+114+107=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #93726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726B is #6C8D94. Grayscale: #7B7B7B. Windows color (decimal): -7114133 or 7041683. OLE color: 7041683.
HSL color Cylindrical-coordinate representation of color #93726B: hue angle of 10.5º 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 #93726B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 107 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.42 |
| HSL | 10.5º | 0.16% | 0.5% | - |
| HSV(B) | 10.5º | 0.27% | 0.58% | - |
| XYZ | 20.7 | 19.3 | 16.54 | - |
| YUV | 123.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 107 | 0 | 0.22 | 0.27 | 0.42 | 10.5 | 0.16 | 0.5 |
| Hex | 93 | 72 | 6B | 0 | 16 | 1B | 2A | A | 10 | 32 |
| Octal | 223 | 162 | 153 | 0 | 26 | 33 | 52 | 12 | 20 | 62 |
| Binary | 10010011 | 1110010 | 1101011 | 0 | 10110 | 11011 | 101010 | 1010 | 10000 | 110010 |
Color Harmonies of #93726B
Complementary color
Monochromatic Colors of #93726B
Black with #93726B
Text Example
Text Example
White with #93726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93726B; }
p { color: rgb(147,114,107); }
H1.HeaderClassName
{
color: #93726B;
}
.AnyTagClassName
{
color: #93726B;
}
</style>
background-color css
<style>
a { background-color: #93726B; }
a { background-color: rgb(147,114,107); }
div.DivClassName
{
background-color: #93726B;
}
.BgClassName
{
background-color: #93726B;
}
</style>
border-color css
<style>
span { border-color: #93726B; }
span { border-color: rgb(147,114,107); }
td.TdClassName
{
border-color: #93726B;
}
.TagClassName
{
border-color: #93726B;
}
</style>