Shades of Roman #D96656
Tints of Roman #D96656
RGB
CMYK
RGB Variations
Color information
#D96656 (or 0xD96656) is known color: Roman. HEX triplet: D9, 66 and 56. RGB value is (217,102,86). Sum of RGB (Red+Green+Blue) = 217+102+86=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D96656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96656 is #2699A9. Grayscale: #868686. Windows color (decimal): -2529706 or 5662425. OLE color: 5662425.
HSL color Cylindrical-coordinate representation of color #D96656: hue angle of 7.33º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96656 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 86 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.15 |
| HSL | 7.33º | 0.63% | 0.59% | - |
| HSV(B) | 7.33º | 0.6% | 0.85% | - |
| XYZ | 35.05 | 24.93 | 11.77 | - |
| YUV | 134.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 86 | 0 | 0.53 | 0.60 | 0.15 | 7.33 | 0.63 | 0.59 |
| Hex | D9 | 66 | 56 | 0 | 35 | 3C | F | 7 | 3F | 3B |
| Octal | 331 | 146 | 126 | 0 | 65 | 74 | 17 | 7 | 77 | 73 |
| Binary | 11011001 | 1100110 | 1010110 | 0 | 110101 | 111100 | 1111 | 111 | 111111 | 111011 |
Color Harmonies of #D96656
Complementary color
Monochromatic Colors of #D96656
Black with #D96656
Text Example
Text Example
White with #D96656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96656; }
p { color: rgb(217,102,86); }
H1.HeaderClassName
{
color: #D96656;
}
.AnyTagClassName
{
color: #D96656;
}
</style>
background-color css
<style>
a { background-color: #D96656; }
a { background-color: rgb(217,102,86); }
div.DivClassName
{
background-color: #D96656;
}
.BgClassName
{
background-color: #D96656;
}
</style>
border-color css
<style>
span { border-color: #D96656; }
span { border-color: rgb(217,102,86); }
td.TdClassName
{
border-color: #D96656;
}
.TagClassName
{
border-color: #D96656;
}
</style>