Shades of Dark Chestnut #947068
Tints of Dark Chestnut #947068
RGB
CMYK
RGB Variations
Color information
#947068 (or 0x947068) is known color: Dark Chestnut. HEX triplet: 94, 70 and 68. RGB value is (148,112,104). Sum of RGB (Red+Green+Blue) = 148+112+104=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #947068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947068 is #6B8F97. Grayscale: #797979. Windows color (decimal): -7049112 or 6844564. OLE color: 6844564.
HSL color Cylindrical-coordinate representation of color #947068: hue angle of 10.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #947068 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 104 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.42 |
| HSL | 10.91º | 0.17% | 0.49% | - |
| HSV(B) | 10.91º | 0.3% | 0.58% | - |
| XYZ | 20.51 | 18.88 | 15.66 | - |
| YUV | 121.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 104 | 0 | 0.24 | 0.30 | 0.42 | 10.91 | 0.17 | 0.49 |
| Hex | 94 | 70 | 68 | 0 | 18 | 1E | 2A | B | 11 | 31 |
| Octal | 224 | 160 | 150 | 0 | 30 | 36 | 52 | 13 | 21 | 61 |
| Binary | 10010100 | 1110000 | 1101000 | 0 | 11000 | 11110 | 101010 | 1011 | 10001 | 110001 |
Color Harmonies of #947068
Complementary color
Monochromatic Colors of #947068
Black with #947068
Text Example
Text Example
White with #947068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947068; }
p { color: rgb(148,112,104); }
H1.HeaderClassName
{
color: #947068;
}
.AnyTagClassName
{
color: #947068;
}
</style>
background-color css
<style>
a { background-color: #947068; }
a { background-color: rgb(148,112,104); }
div.DivClassName
{
background-color: #947068;
}
.BgClassName
{
background-color: #947068;
}
</style>
border-color css
<style>
span { border-color: #947068; }
span { border-color: rgb(148,112,104); }
td.TdClassName
{
border-color: #947068;
}
.TagClassName
{
border-color: #947068;
}
</style>