Shades of Dark Chestnut #94706B
Tints of Dark Chestnut #94706B
RGB
CMYK
RGB Variations
Color information
#94706B (or 0x94706B) is known color: Dark Chestnut. HEX triplet: 94, 70 and 6B. RGB value is (148,112,107). Sum of RGB (Red+Green+Blue) = 148+112+107=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #94706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94706B is #6B8F94. Grayscale: #7A7A7A. Windows color (decimal): -7049109 or 7041172. OLE color: 7041172.
HSL color Cylindrical-coordinate representation of color #94706B: hue angle of 7.32º 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 #94706B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 107 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.42 |
| HSL | 7.32º | 0.16% | 0.5% | - |
| HSV(B) | 7.32º | 0.28% | 0.58% | - |
| XYZ | 20.66 | 18.95 | 16.48 | - |
| YUV | 122.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 107 | 0 | 0.24 | 0.28 | 0.42 | 7.32 | 0.16 | 0.5 |
| Hex | 94 | 70 | 6B | 0 | 18 | 1C | 2A | 7 | 10 | 32 |
| Octal | 224 | 160 | 153 | 0 | 30 | 34 | 52 | 7 | 20 | 62 |
| Binary | 10010100 | 1110000 | 1101011 | 0 | 11000 | 11100 | 101010 | 111 | 10000 | 110010 |
Color Harmonies of #94706B
Complementary color
Monochromatic Colors of #94706B
Black with #94706B
Text Example
Text Example
White with #94706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94706B; }
p { color: rgb(148,112,107); }
H1.HeaderClassName
{
color: #94706B;
}
.AnyTagClassName
{
color: #94706B;
}
</style>
background-color css
<style>
a { background-color: #94706B; }
a { background-color: rgb(148,112,107); }
div.DivClassName
{
background-color: #94706B;
}
.BgClassName
{
background-color: #94706B;
}
</style>
border-color css
<style>
span { border-color: #94706B; }
span { border-color: rgb(148,112,107); }
td.TdClassName
{
border-color: #94706B;
}
.TagClassName
{
border-color: #94706B;
}
</style>