Shades of Dark Chestnut #93726A
Tints of Dark Chestnut #93726A
RGB
CMYK
RGB Variations
Color information
#93726A (or 0x93726A) is known color: Dark Chestnut. HEX triplet: 93, 72 and 6A. RGB value is (147,114,106). Sum of RGB (Red+Green+Blue) = 147+114+106=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726A is #6C8D95. Grayscale: #7B7B7B. Windows color (decimal): -7114134 or 6976147. OLE color: 6976147.
HSL color Cylindrical-coordinate representation of color #93726A: hue angle of 11.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93726A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 106 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.42 |
| HSL | 11.71º | 0.16% | 0.5% | - |
| HSV(B) | 11.71º | 0.28% | 0.58% | - |
| XYZ | 20.65 | 19.28 | 16.27 | - |
| YUV | 122.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 106 | 0 | 0.22 | 0.28 | 0.42 | 11.71 | 0.16 | 0.5 |
| Hex | 93 | 72 | 6A | 0 | 16 | 1C | 2A | C | 10 | 32 |
| Octal | 223 | 162 | 152 | 0 | 26 | 34 | 52 | 14 | 20 | 62 |
| Binary | 10010011 | 1110010 | 1101010 | 0 | 10110 | 11100 | 101010 | 1100 | 10000 | 110010 |
Color Harmonies of #93726A
Complementary color
Monochromatic Colors of #93726A
Black with #93726A
Text Example
Text Example
White with #93726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93726A; }
p { color: rgb(147,114,106); }
H1.HeaderClassName
{
color: #93726A;
}
.AnyTagClassName
{
color: #93726A;
}
</style>
background-color css
<style>
a { background-color: #93726A; }
a { background-color: rgb(147,114,106); }
div.DivClassName
{
background-color: #93726A;
}
.BgClassName
{
background-color: #93726A;
}
</style>
border-color css
<style>
span { border-color: #93726A; }
span { border-color: rgb(147,114,106); }
td.TdClassName
{
border-color: #93726A;
}
.TagClassName
{
border-color: #93726A;
}
</style>