Shades of Dark Chestnut #947268
Tints of Dark Chestnut #947268
RGB
CMYK
RGB Variations
Color information
#947268 (or 0x947268) is known color: Dark Chestnut. HEX triplet: 94, 72 and 68. RGB value is (148,114,104). Sum of RGB (Red+Green+Blue) = 148+114+104=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #947268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947268 is #6B8D97. Grayscale: #7B7B7B. Windows color (decimal): -7048600 or 6845076. OLE color: 6845076.
HSL color Cylindrical-coordinate representation of color #947268: hue angle of 13.64º 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 #947268 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 104 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.42 |
| HSL | 13.64º | 0.17% | 0.49% | - |
| HSV(B) | 13.64º | 0.3% | 0.58% | - |
| XYZ | 20.73 | 19.33 | 15.74 | - |
| YUV | 123.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 104 | 0 | 0.23 | 0.30 | 0.42 | 13.64 | 0.17 | 0.49 |
| Hex | 94 | 72 | 68 | 0 | 17 | 1E | 2A | E | 11 | 31 |
| Octal | 224 | 162 | 150 | 0 | 27 | 36 | 52 | 16 | 21 | 61 |
| Binary | 10010100 | 1110010 | 1101000 | 0 | 10111 | 11110 | 101010 | 1110 | 10001 | 110001 |
Color Harmonies of #947268
Complementary color
Monochromatic Colors of #947268
Black with #947268
Text Example
Text Example
White with #947268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947268; }
p { color: rgb(148,114,104); }
H1.HeaderClassName
{
color: #947268;
}
.AnyTagClassName
{
color: #947268;
}
</style>
background-color css
<style>
a { background-color: #947268; }
a { background-color: rgb(148,114,104); }
div.DivClassName
{
background-color: #947268;
}
.BgClassName
{
background-color: #947268;
}
</style>
border-color css
<style>
span { border-color: #947268; }
span { border-color: rgb(148,114,104); }
td.TdClassName
{
border-color: #947268;
}
.TagClassName
{
border-color: #947268;
}
</style>