Shades of Roman #D76A63
Tints of Roman #D76A63
RGB
CMYK
RGB Variations
Color information
#D76A63 (or 0xD76A63) is known color: Roman. HEX triplet: D7, 6A and 63. RGB value is (215,106,99). Sum of RGB (Red+Green+Blue) = 215+106+99=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A63 is #28959C. Grayscale: #898989. Windows color (decimal): -2659741 or 6515415. OLE color: 6515415.
HSL color Cylindrical-coordinate representation of color #D76A63: hue angle of 3.62º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76A63 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 99 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.16 |
| HSL | 3.62º | 0.59% | 0.62% | - |
| HSV(B) | 3.62º | 0.54% | 0.84% | - |
| XYZ | 35.43 | 25.66 | 14.89 | - |
| YUV | 137.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 99 | 0 | 0.51 | 0.54 | 0.16 | 3.62 | 0.59 | 0.62 |
| Hex | D7 | 6A | 63 | 0 | 33 | 36 | 10 | 4 | 3B | 3E |
| Octal | 327 | 152 | 143 | 0 | 63 | 66 | 20 | 4 | 73 | 76 |
| Binary | 11010111 | 1101010 | 1100011 | 0 | 110011 | 110110 | 10000 | 100 | 111011 | 111110 |
Color Harmonies of #D76A63
Complementary color
Monochromatic Colors of #D76A63
Black with #D76A63
Text Example
Text Example
White with #D76A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A63; }
p { color: rgb(215,106,99); }
H1.HeaderClassName
{
color: #D76A63;
}
.AnyTagClassName
{
color: #D76A63;
}
</style>
background-color css
<style>
a { background-color: #D76A63; }
a { background-color: rgb(215,106,99); }
div.DivClassName
{
background-color: #D76A63;
}
.BgClassName
{
background-color: #D76A63;
}
</style>
border-color css
<style>
span { border-color: #D76A63; }
span { border-color: rgb(215,106,99); }
td.TdClassName
{
border-color: #D76A63;
}
.TagClassName
{
border-color: #D76A63;
}
</style>