Shades of Dark Chestnut #94685E
Tints of Dark Chestnut #94685E
RGB
CMYK
RGB Variations
Color information
#94685E (or 0x94685E) is known color: Dark Chestnut. HEX triplet: 94, 68 and 5E. RGB value is (148,104,94). Sum of RGB (Red+Green+Blue) = 148+104+94=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #94685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94685E is #6B97A1. Grayscale: #747474. Windows color (decimal): -7051170 or 6187156. OLE color: 6187156.
HSL color Cylindrical-coordinate representation of color #94685E: hue angle of 11.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94685E is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 94 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.42 |
| HSL | 11.11º | 0.22% | 0.47% | - |
| HSV(B) | 11.11º | 0.36% | 0.58% | - |
| XYZ | 19.18 | 17 | 12.86 | - |
| YUV | 116.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 94 | 0 | 0.30 | 0.36 | 0.42 | 11.11 | 0.22 | 0.47 |
| Hex | 94 | 68 | 5E | 0 | 1E | 24 | 2A | B | 16 | 2F |
| Octal | 224 | 150 | 136 | 0 | 36 | 44 | 52 | 13 | 26 | 57 |
| Binary | 10010100 | 1101000 | 1011110 | 0 | 11110 | 100100 | 101010 | 1011 | 10110 | 101111 |
Color Harmonies of #94685E
Complementary color
Monochromatic Colors of #94685E
Black with #94685E
Text Example
Text Example
White with #94685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94685E; }
p { color: rgb(148,104,94); }
H1.HeaderClassName
{
color: #94685E;
}
.AnyTagClassName
{
color: #94685E;
}
</style>
background-color css
<style>
a { background-color: #94685E; }
a { background-color: rgb(148,104,94); }
div.DivClassName
{
background-color: #94685E;
}
.BgClassName
{
background-color: #94685E;
}
</style>
border-color css
<style>
span { border-color: #94685E; }
span { border-color: rgb(148,104,94); }
td.TdClassName
{
border-color: #94685E;
}
.TagClassName
{
border-color: #94685E;
}
</style>