Shades of Roman #D76A60
Tints of Roman #D76A60
RGB
CMYK
RGB Variations
Color information
#D76A60 (or 0xD76A60) is known color: Roman. HEX triplet: D7, 6A and 60. RGB value is (215,106,96). Sum of RGB (Red+Green+Blue) = 215+106+96=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A60 is #28959F. Grayscale: #898989. Windows color (decimal): -2659744 or 6318807. OLE color: 6318807.
HSL color Cylindrical-coordinate representation of color #D76A60: hue angle of 5.04º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76A60 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 96 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.16 |
| HSL | 5.04º | 0.6% | 0.61% | - |
| HSV(B) | 5.04º | 0.55% | 0.84% | - |
| XYZ | 35.29 | 25.6 | 14.15 | - |
| YUV | 137.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 96 | 0 | 0.51 | 0.55 | 0.16 | 5.04 | 0.6 | 0.61 |
| Hex | D7 | 6A | 60 | 0 | 33 | 37 | 10 | 5 | 3C | 3D |
| Octal | 327 | 152 | 140 | 0 | 63 | 67 | 20 | 5 | 74 | 75 |
| Binary | 11010111 | 1101010 | 1100000 | 0 | 110011 | 110111 | 10000 | 101 | 111100 | 111101 |
Color Harmonies of #D76A60
Complementary color
Monochromatic Colors of #D76A60
Black with #D76A60
Text Example
Text Example
White with #D76A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A60; }
p { color: rgb(215,106,96); }
H1.HeaderClassName
{
color: #D76A60;
}
.AnyTagClassName
{
color: #D76A60;
}
</style>
background-color css
<style>
a { background-color: #D76A60; }
a { background-color: rgb(215,106,96); }
div.DivClassName
{
background-color: #D76A60;
}
.BgClassName
{
background-color: #D76A60;
}
</style>
border-color css
<style>
span { border-color: #D76A60; }
span { border-color: rgb(215,106,96); }
td.TdClassName
{
border-color: #D76A60;
}
.TagClassName
{
border-color: #D76A60;
}
</style>