Shades of Roman #D6706B
Tints of Roman #D6706B
RGB
CMYK
RGB Variations
Color information
#D6706B (or 0xD6706B) is known color: Roman. HEX triplet: D6, 70 and 6B. RGB value is (214,112,107). Sum of RGB (Red+Green+Blue) = 214+112+107=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6706B is #298F94. Grayscale: #8E8E8E. Windows color (decimal): -2723733 or 7041238. OLE color: 7041238.
HSL color Cylindrical-coordinate representation of color #D6706B: hue angle of 2.8º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6706B is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 107 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.16 |
| HSL | 2.8º | 0.57% | 0.63% | - |
| HSV(B) | 2.8º | 0.5% | 0.84% | - |
| XYZ | 36.18 | 26.95 | 17.2 | - |
| YUV | 141.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 107 | 0 | 0.48 | 0.50 | 0.16 | 2.8 | 0.57 | 0.63 |
| Hex | D6 | 70 | 6B | 0 | 30 | 32 | 10 | 3 | 39 | 3F |
| Octal | 326 | 160 | 153 | 0 | 60 | 62 | 20 | 3 | 71 | 77 |
| Binary | 11010110 | 1110000 | 1101011 | 0 | 110000 | 110010 | 10000 | 11 | 111001 | 111111 |
Color Harmonies of #D6706B
Complementary color
Monochromatic Colors of #D6706B
Black with #D6706B
Text Example
Text Example
White with #D6706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6706B; }
p { color: rgb(214,112,107); }
H1.HeaderClassName
{
color: #D6706B;
}
.AnyTagClassName
{
color: #D6706B;
}
</style>
background-color css
<style>
a { background-color: #D6706B; }
a { background-color: rgb(214,112,107); }
div.DivClassName
{
background-color: #D6706B;
}
.BgClassName
{
background-color: #D6706B;
}
</style>
border-color css
<style>
span { border-color: #D6706B; }
span { border-color: rgb(214,112,107); }
td.TdClassName
{
border-color: #D6706B;
}
.TagClassName
{
border-color: #D6706B;
}
</style>