Shades of Roman #D96760
Tints of Roman #D96760
RGB
CMYK
RGB Variations
Color information
#D96760 (or 0xD96760) is known color: Roman. HEX triplet: D9, 67 and 60. RGB value is (217,103,96). Sum of RGB (Red+Green+Blue) = 217+103+96=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96760 is #26989F. Grayscale: #888888. Windows color (decimal): -2529440 or 6318041. OLE color: 6318041.
HSL color Cylindrical-coordinate representation of color #D96760: hue angle of 3.47º 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 #D96760 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 96 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.15 |
| HSL | 3.47º | 0.61% | 0.61% | - |
| HSV(B) | 3.47º | 0.56% | 0.85% | - |
| XYZ | 35.58 | 25.3 | 14.07 | - |
| YUV | 136.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 96 | 0 | 0.53 | 0.56 | 0.15 | 3.47 | 0.61 | 0.61 |
| Hex | D9 | 67 | 60 | 0 | 35 | 38 | F | 3 | 3D | 3D |
| Octal | 331 | 147 | 140 | 0 | 65 | 70 | 17 | 3 | 75 | 75 |
| Binary | 11011001 | 1100111 | 1100000 | 0 | 110101 | 111000 | 1111 | 11 | 111101 | 111101 |
Color Harmonies of #D96760
Complementary color
Monochromatic Colors of #D96760
Black with #D96760
Text Example
Text Example
White with #D96760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96760; }
p { color: rgb(217,103,96); }
H1.HeaderClassName
{
color: #D96760;
}
.AnyTagClassName
{
color: #D96760;
}
</style>
background-color css
<style>
a { background-color: #D96760; }
a { background-color: rgb(217,103,96); }
div.DivClassName
{
background-color: #D96760;
}
.BgClassName
{
background-color: #D96760;
}
</style>
border-color css
<style>
span { border-color: #D96760; }
span { border-color: rgb(217,103,96); }
td.TdClassName
{
border-color: #D96760;
}
.TagClassName
{
border-color: #D96760;
}
</style>