Shades of Dark Chestnut #947168
Tints of Dark Chestnut #947168
RGB
CMYK
RGB Variations
Color information
#947168 (or 0x947168) is known color: Dark Chestnut. HEX triplet: 94, 71 and 68. RGB value is (148,113,104). Sum of RGB (Red+Green+Blue) = 148+113+104=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947168 is #6B8E97. Grayscale: #7A7A7A. Windows color (decimal): -7048856 or 6844820. OLE color: 6844820.
HSL color Cylindrical-coordinate representation of color #947168: hue angle of 12.27º 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 #947168 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 104 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.42 |
| HSL | 12.27º | 0.17% | 0.49% | - |
| HSV(B) | 12.27º | 0.3% | 0.58% | - |
| XYZ | 20.62 | 19.11 | 15.7 | - |
| YUV | 122.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 104 | 0 | 0.24 | 0.30 | 0.42 | 12.27 | 0.17 | 0.49 |
| Hex | 94 | 71 | 68 | 0 | 18 | 1E | 2A | C | 11 | 31 |
| Octal | 224 | 161 | 150 | 0 | 30 | 36 | 52 | 14 | 21 | 61 |
| Binary | 10010100 | 1110001 | 1101000 | 0 | 11000 | 11110 | 101010 | 1100 | 10001 | 110001 |
Color Harmonies of #947168
Complementary color
Monochromatic Colors of #947168
Black with #947168
Text Example
Text Example
White with #947168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947168; }
p { color: rgb(148,113,104); }
H1.HeaderClassName
{
color: #947168;
}
.AnyTagClassName
{
color: #947168;
}
</style>
background-color css
<style>
a { background-color: #947168; }
a { background-color: rgb(148,113,104); }
div.DivClassName
{
background-color: #947168;
}
.BgClassName
{
background-color: #947168;
}
</style>
border-color css
<style>
span { border-color: #947168; }
span { border-color: rgb(148,113,104); }
td.TdClassName
{
border-color: #947168;
}
.TagClassName
{
border-color: #947168;
}
</style>