Shades of Roman #D96E68
Tints of Roman #D96E68
RGB
CMYK
RGB Variations
Color information
#D96E68 (or 0xD96E68) is known color: Roman. HEX triplet: D9, 6E and 68. RGB value is (217,110,104). Sum of RGB (Red+Green+Blue) = 217+110+104=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E68 is #269197. Grayscale: #8D8D8D. Windows color (decimal): -2527640 or 6844121. OLE color: 6844121.
HSL color Cylindrical-coordinate representation of color #D96E68: hue angle of 3.19º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96E68 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 104 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.15 |
| HSL | 3.19º | 0.6% | 0.63% | - |
| HSV(B) | 3.19º | 0.52% | 0.85% | - |
| XYZ | 36.69 | 26.9 | 16.36 | - |
| YUV | 141.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 104 | 0 | 0.49 | 0.52 | 0.15 | 3.19 | 0.6 | 0.63 |
| Hex | D9 | 6E | 68 | 0 | 31 | 34 | F | 3 | 3C | 3F |
| Octal | 331 | 156 | 150 | 0 | 61 | 64 | 17 | 3 | 74 | 77 |
| Binary | 11011001 | 1101110 | 1101000 | 0 | 110001 | 110100 | 1111 | 11 | 111100 | 111111 |
Color Harmonies of #D96E68
Complementary color
Monochromatic Colors of #D96E68
Black with #D96E68
Text Example
Text Example
White with #D96E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E68; }
p { color: rgb(217,110,104); }
H1.HeaderClassName
{
color: #D96E68;
}
.AnyTagClassName
{
color: #D96E68;
}
</style>
background-color css
<style>
a { background-color: #D96E68; }
a { background-color: rgb(217,110,104); }
div.DivClassName
{
background-color: #D96E68;
}
.BgClassName
{
background-color: #D96E68;
}
</style>
border-color css
<style>
span { border-color: #D96E68; }
span { border-color: rgb(217,110,104); }
td.TdClassName
{
border-color: #D96E68;
}
.TagClassName
{
border-color: #D96E68;
}
</style>