Shades of Roman #D6655B
Tints of Roman #D6655B
RGB
CMYK
RGB Variations
Color information
#D6655B (or 0xD6655B) is known color: Roman. HEX triplet: D6, 65 and 5B. RGB value is (214,101,91). Sum of RGB (Red+Green+Blue) = 214+101+91=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6655B is #299AA4. Grayscale: #858585. Windows color (decimal): -2726565 or 5989846. OLE color: 5989846.
HSL color Cylindrical-coordinate representation of color #D6655B: hue angle of 4.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6655B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 91 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.16 |
| HSL | 4.88º | 0.6% | 0.6% | - |
| HSV(B) | 4.88º | 0.57% | 0.84% | - |
| XYZ | 34.27 | 24.36 | 12.79 | - |
| YUV | 133.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 91 | 0 | 0.53 | 0.57 | 0.16 | 4.88 | 0.6 | 0.6 |
| Hex | D6 | 65 | 5B | 0 | 35 | 39 | 10 | 5 | 3C | 3C |
| Octal | 326 | 145 | 133 | 0 | 65 | 71 | 20 | 5 | 74 | 74 |
| Binary | 11010110 | 1100101 | 1011011 | 0 | 110101 | 111001 | 10000 | 101 | 111100 | 111100 |
Color Harmonies of #D6655B
Complementary color
Monochromatic Colors of #D6655B
Black with #D6655B
Text Example
Text Example
White with #D6655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6655B; }
p { color: rgb(214,101,91); }
H1.HeaderClassName
{
color: #D6655B;
}
.AnyTagClassName
{
color: #D6655B;
}
</style>
background-color css
<style>
a { background-color: #D6655B; }
a { background-color: rgb(214,101,91); }
div.DivClassName
{
background-color: #D6655B;
}
.BgClassName
{
background-color: #D6655B;
}
</style>
border-color css
<style>
span { border-color: #D6655B; }
span { border-color: rgb(214,101,91); }
td.TdClassName
{
border-color: #D6655B;
}
.TagClassName
{
border-color: #D6655B;
}
</style>