Shades of Roman #D96A60
Tints of Roman #D96A60
RGB
CMYK
RGB Variations
Color information
#D96A60 (or 0xD96A60) is known color: Roman. HEX triplet: D9, 6A and 60. RGB value is (217,106,96). Sum of RGB (Red+Green+Blue) = 217+106+96=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A60 is #26959F. Grayscale: #8A8A8A. Windows color (decimal): -2528672 or 6318809. OLE color: 6318809.
HSL color Cylindrical-coordinate representation of color #D96A60: hue angle of 4.96º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96A60 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 96 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.15 |
| HSL | 4.96º | 0.61% | 0.61% | - |
| HSV(B) | 4.96º | 0.56% | 0.85% | - |
| XYZ | 35.88 | 25.9 | 14.18 | - |
| YUV | 138.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 96 | 0 | 0.51 | 0.56 | 0.15 | 4.96 | 0.61 | 0.61 |
| Hex | D9 | 6A | 60 | 0 | 33 | 38 | F | 5 | 3D | 3D |
| Octal | 331 | 152 | 140 | 0 | 63 | 70 | 17 | 5 | 75 | 75 |
| Binary | 11011001 | 1101010 | 1100000 | 0 | 110011 | 111000 | 1111 | 101 | 111101 | 111101 |
Color Harmonies of #D96A60
Complementary color
Monochromatic Colors of #D96A60
Black with #D96A60
Text Example
Text Example
White with #D96A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A60; }
p { color: rgb(217,106,96); }
H1.HeaderClassName
{
color: #D96A60;
}
.AnyTagClassName
{
color: #D96A60;
}
</style>
background-color css
<style>
a { background-color: #D96A60; }
a { background-color: rgb(217,106,96); }
div.DivClassName
{
background-color: #D96A60;
}
.BgClassName
{
background-color: #D96A60;
}
</style>
border-color css
<style>
span { border-color: #D96A60; }
span { border-color: rgb(217,106,96); }
td.TdClassName
{
border-color: #D96A60;
}
.TagClassName
{
border-color: #D96A60;
}
</style>