Shades of Dark Chestnut #94685C
Tints of Dark Chestnut #94685C
RGB
CMYK
RGB Variations
Color information
#94685C (or 0x94685C) is known color: Dark Chestnut. HEX triplet: 94, 68 and 5C. RGB value is (148,104,92). Sum of RGB (Red+Green+Blue) = 148+104+92=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94685C is #6B97A3. Grayscale: #737373. Windows color (decimal): -7051172 or 6056084. OLE color: 6056084.
HSL color Cylindrical-coordinate representation of color #94685C: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94685C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 92 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.42 |
| HSL | 12.86º | 0.23% | 0.47% | - |
| HSV(B) | 12.86º | 0.38% | 0.58% | - |
| XYZ | 19.09 | 16.97 | 12.39 | - |
| YUV | 115.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 92 | 0 | 0.30 | 0.38 | 0.42 | 12.86 | 0.23 | 0.47 |
| Hex | 94 | 68 | 5C | 0 | 1E | 26 | 2A | D | 17 | 2F |
| Octal | 224 | 150 | 134 | 0 | 36 | 46 | 52 | 15 | 27 | 57 |
| Binary | 10010100 | 1101000 | 1011100 | 0 | 11110 | 100110 | 101010 | 1101 | 10111 | 101111 |
Color Harmonies of #94685C
Complementary color
Monochromatic Colors of #94685C
Black with #94685C
Text Example
Text Example
White with #94685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94685C; }
p { color: rgb(148,104,92); }
H1.HeaderClassName
{
color: #94685C;
}
.AnyTagClassName
{
color: #94685C;
}
</style>
background-color css
<style>
a { background-color: #94685C; }
a { background-color: rgb(148,104,92); }
div.DivClassName
{
background-color: #94685C;
}
.BgClassName
{
background-color: #94685C;
}
</style>
border-color css
<style>
span { border-color: #94685C; }
span { border-color: rgb(148,104,92); }
td.TdClassName
{
border-color: #94685C;
}
.TagClassName
{
border-color: #94685C;
}
</style>