Shades of Dark Chestnut #907168
Tints of Dark Chestnut #907168
RGB
CMYK
RGB Variations
Color information
#907168 (or 0x907168) is known color: Dark Chestnut. HEX triplet: 90, 71 and 68. RGB value is (144,113,104). Sum of RGB (Red+Green+Blue) = 144+113+104=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #907168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907168 is #6F8E97. Grayscale: #797979. Windows color (decimal): -7311000 or 6844816. OLE color: 6844816.
HSL color Cylindrical-coordinate representation of color #907168: hue angle of 13.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #907168 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 104 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.44 |
| HSL | 13.5º | 0.16% | 0.49% | - |
| HSV(B) | 13.5º | 0.28% | 0.56% | - |
| XYZ | 19.91 | 18.74 | 15.66 | - |
| YUV | 121.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 104 | 0 | 0.22 | 0.28 | 0.44 | 13.5 | 0.16 | 0.49 |
| Hex | 90 | 71 | 68 | 0 | 16 | 1C | 2C | E | 10 | 31 |
| Octal | 220 | 161 | 150 | 0 | 26 | 34 | 54 | 16 | 20 | 61 |
| Binary | 10010000 | 1110001 | 1101000 | 0 | 10110 | 11100 | 101100 | 1110 | 10000 | 110001 |
Color Harmonies of #907168
Complementary color
Monochromatic Colors of #907168
Black with #907168
Text Example
Text Example
White with #907168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907168; }
p { color: rgb(144,113,104); }
H1.HeaderClassName
{
color: #907168;
}
.AnyTagClassName
{
color: #907168;
}
</style>
background-color css
<style>
a { background-color: #907168; }
a { background-color: rgb(144,113,104); }
div.DivClassName
{
background-color: #907168;
}
.BgClassName
{
background-color: #907168;
}
</style>
border-color css
<style>
span { border-color: #907168; }
span { border-color: rgb(144,113,104); }
td.TdClassName
{
border-color: #907168;
}
.TagClassName
{
border-color: #907168;
}
</style>