Shades of Roman #D96F68
Tints of Roman #D96F68
RGB
CMYK
RGB Variations
Color information
#D96F68 (or 0xD96F68) is known color: Roman. HEX triplet: D9, 6F and 68. RGB value is (217,111,104). Sum of RGB (Red+Green+Blue) = 217+111+104=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F68 is #269097. Grayscale: #8E8E8E. Windows color (decimal): -2527384 or 6844377. OLE color: 6844377.
HSL color Cylindrical-coordinate representation of color #D96F68: hue angle of 3.72º 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 #D96F68 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 104 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.15 |
| HSL | 3.72º | 0.6% | 0.63% | - |
| HSV(B) | 3.72º | 0.52% | 0.85% | - |
| XYZ | 36.8 | 27.12 | 16.39 | - |
| YUV | 141.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 104 | 0 | 0.49 | 0.52 | 0.15 | 3.72 | 0.6 | 0.63 |
| Hex | D9 | 6F | 68 | 0 | 31 | 34 | F | 4 | 3C | 3F |
| Octal | 331 | 157 | 150 | 0 | 61 | 64 | 17 | 4 | 74 | 77 |
| Binary | 11011001 | 1101111 | 1101000 | 0 | 110001 | 110100 | 1111 | 100 | 111100 | 111111 |
Color Harmonies of #D96F68
Complementary color
Monochromatic Colors of #D96F68
Black with #D96F68
Text Example
Text Example
White with #D96F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F68; }
p { color: rgb(217,111,104); }
H1.HeaderClassName
{
color: #D96F68;
}
.AnyTagClassName
{
color: #D96F68;
}
</style>
background-color css
<style>
a { background-color: #D96F68; }
a { background-color: rgb(217,111,104); }
div.DivClassName
{
background-color: #D96F68;
}
.BgClassName
{
background-color: #D96F68;
}
</style>
border-color css
<style>
span { border-color: #D96F68; }
span { border-color: rgb(217,111,104); }
td.TdClassName
{
border-color: #D96F68;
}
.TagClassName
{
border-color: #D96F68;
}
</style>