Shades of Roman #D76A62
Tints of Roman #D76A62
RGB
CMYK
RGB Variations
Color information
#D76A62 (or 0xD76A62) is known color: Roman. HEX triplet: D7, 6A and 62. RGB value is (215,106,98). Sum of RGB (Red+Green+Blue) = 215+106+98=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A62 is #28959D. Grayscale: #898989. Windows color (decimal): -2659742 or 6449879. OLE color: 6449879.
HSL color Cylindrical-coordinate representation of color #D76A62: hue angle of 4.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76A62 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 98 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.16 |
| HSL | 4.1º | 0.59% | 0.61% | - |
| HSV(B) | 4.1º | 0.54% | 0.84% | - |
| XYZ | 35.38 | 25.64 | 14.64 | - |
| YUV | 137.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 98 | 0 | 0.51 | 0.54 | 0.16 | 4.1 | 0.59 | 0.61 |
| Hex | D7 | 6A | 62 | 0 | 33 | 36 | 10 | 4 | 3B | 3D |
| Octal | 327 | 152 | 142 | 0 | 63 | 66 | 20 | 4 | 73 | 75 |
| Binary | 11010111 | 1101010 | 1100010 | 0 | 110011 | 110110 | 10000 | 100 | 111011 | 111101 |
Color Harmonies of #D76A62
Complementary color
Monochromatic Colors of #D76A62
Black with #D76A62
Text Example
Text Example
White with #D76A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A62; }
p { color: rgb(215,106,98); }
H1.HeaderClassName
{
color: #D76A62;
}
.AnyTagClassName
{
color: #D76A62;
}
</style>
background-color css
<style>
a { background-color: #D76A62; }
a { background-color: rgb(215,106,98); }
div.DivClassName
{
background-color: #D76A62;
}
.BgClassName
{
background-color: #D76A62;
}
</style>
border-color css
<style>
span { border-color: #D76A62; }
span { border-color: rgb(215,106,98); }
td.TdClassName
{
border-color: #D76A62;
}
.TagClassName
{
border-color: #D76A62;
}
</style>