Shades of Roman #D7685E
Tints of Roman #D7685E
RGB
CMYK
RGB Variations
Color information
#D7685E (or 0xD7685E) is known color: Roman. HEX triplet: D7, 68 and 5E. RGB value is (215,104,94). Sum of RGB (Red+Green+Blue) = 215+104+94=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7685E is #2897A1. Grayscale: #888888. Windows color (decimal): -2660258 or 6187223. OLE color: 6187223.
HSL color Cylindrical-coordinate representation of color #D7685E: hue angle of 4.96º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7685E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 94 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.16 |
| HSL | 4.96º | 0.6% | 0.61% | - |
| HSV(B) | 4.96º | 0.56% | 0.84% | - |
| XYZ | 35 | 25.16 | 13.6 | - |
| YUV | 136.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 94 | 0 | 0.52 | 0.56 | 0.16 | 4.96 | 0.6 | 0.61 |
| Hex | D7 | 68 | 5E | 0 | 34 | 38 | 10 | 5 | 3C | 3D |
| Octal | 327 | 150 | 136 | 0 | 64 | 70 | 20 | 5 | 74 | 75 |
| Binary | 11010111 | 1101000 | 1011110 | 0 | 110100 | 111000 | 10000 | 101 | 111100 | 111101 |
Color Harmonies of #D7685E
Complementary color
Monochromatic Colors of #D7685E
Black with #D7685E
Text Example
Text Example
White with #D7685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7685E; }
p { color: rgb(215,104,94); }
H1.HeaderClassName
{
color: #D7685E;
}
.AnyTagClassName
{
color: #D7685E;
}
</style>
background-color css
<style>
a { background-color: #D7685E; }
a { background-color: rgb(215,104,94); }
div.DivClassName
{
background-color: #D7685E;
}
.BgClassName
{
background-color: #D7685E;
}
</style>
border-color css
<style>
span { border-color: #D7685E; }
span { border-color: rgb(215,104,94); }
td.TdClassName
{
border-color: #D7685E;
}
.TagClassName
{
border-color: #D7685E;
}
</style>