Shades of Roman #D66756
Tints of Roman #D66756
RGB
CMYK
RGB Variations
Color information
#D66756 (or 0xD66756) is known color: Roman. HEX triplet: D6, 67 and 56. RGB value is (214,103,86). Sum of RGB (Red+Green+Blue) = 214+103+86=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66756 is #2998A9. Grayscale: #868686. Windows color (decimal): -2726058 or 5662678. OLE color: 5662678.
HSL color Cylindrical-coordinate representation of color #D66756: hue angle of 7.97º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66756 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 86 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.16 |
| HSL | 7.97º | 0.61% | 0.59% | - |
| HSV(B) | 7.97º | 0.6% | 0.84% | - |
| XYZ | 34.26 | 24.67 | 11.76 | - |
| YUV | 134.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 86 | 0 | 0.52 | 0.60 | 0.16 | 7.97 | 0.61 | 0.59 |
| Hex | D6 | 67 | 56 | 0 | 34 | 3C | 10 | 8 | 3D | 3B |
| Octal | 326 | 147 | 126 | 0 | 64 | 74 | 20 | 10 | 75 | 73 |
| Binary | 11010110 | 1100111 | 1010110 | 0 | 110100 | 111100 | 10000 | 1000 | 111101 | 111011 |
Color Harmonies of #D66756
Complementary color
Monochromatic Colors of #D66756
Black with #D66756
Text Example
Text Example
White with #D66756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66756; }
p { color: rgb(214,103,86); }
H1.HeaderClassName
{
color: #D66756;
}
.AnyTagClassName
{
color: #D66756;
}
</style>
background-color css
<style>
a { background-color: #D66756; }
a { background-color: rgb(214,103,86); }
div.DivClassName
{
background-color: #D66756;
}
.BgClassName
{
background-color: #D66756;
}
</style>
border-color css
<style>
span { border-color: #D66756; }
span { border-color: rgb(214,103,86); }
td.TdClassName
{
border-color: #D66756;
}
.TagClassName
{
border-color: #D66756;
}
</style>