Shades of Dark Chestnut #947069
Tints of Dark Chestnut #947069
RGB
CMYK
RGB Variations
Color information
#947069 (or 0x947069) is known color: Dark Chestnut. HEX triplet: 94, 70 and 69. RGB value is (148,112,105). Sum of RGB (Red+Green+Blue) = 148+112+105=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947069 is #6B8F96. Grayscale: #7A7A7A. Windows color (decimal): -7049111 or 6910100. OLE color: 6910100.
HSL color Cylindrical-coordinate representation of color #947069: hue angle of 9.77º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947069 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 105 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.42 |
| HSL | 9.77º | 0.17% | 0.5% | - |
| HSV(B) | 9.77º | 0.29% | 0.58% | - |
| XYZ | 20.56 | 18.9 | 15.93 | - |
| YUV | 121.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 105 | 0 | 0.24 | 0.29 | 0.42 | 9.77 | 0.17 | 0.5 |
| Hex | 94 | 70 | 69 | 0 | 18 | 1D | 2A | A | 11 | 32 |
| Octal | 224 | 160 | 151 | 0 | 30 | 35 | 52 | 12 | 21 | 62 |
| Binary | 10010100 | 1110000 | 1101001 | 0 | 11000 | 11101 | 101010 | 1010 | 10001 | 110010 |
Color Harmonies of #947069
Complementary color
Monochromatic Colors of #947069
Black with #947069
Text Example
Text Example
White with #947069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947069; }
p { color: rgb(148,112,105); }
H1.HeaderClassName
{
color: #947069;
}
.AnyTagClassName
{
color: #947069;
}
</style>
background-color css
<style>
a { background-color: #947069; }
a { background-color: rgb(148,112,105); }
div.DivClassName
{
background-color: #947069;
}
.BgClassName
{
background-color: #947069;
}
</style>
border-color css
<style>
span { border-color: #947069; }
span { border-color: rgb(148,112,105); }
td.TdClassName
{
border-color: #947069;
}
.TagClassName
{
border-color: #947069;
}
</style>