Shades of Roman #D6655A
Tints of Roman #D6655A
RGB
CMYK
RGB Variations
Color information
#D6655A (or 0xD6655A) is known color: Roman. HEX triplet: D6, 65 and 5A. RGB value is (214,101,90). Sum of RGB (Red+Green+Blue) = 214+101+90=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6655A is #299AA5. Grayscale: #858585. Windows color (decimal): -2726566 or 5924310. OLE color: 5924310.
HSL color Cylindrical-coordinate representation of color #D6655A: hue angle of 5.32º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6655A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 90 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.16 |
| HSL | 5.32º | 0.6% | 0.6% | - |
| HSV(B) | 5.32º | 0.58% | 0.84% | - |
| XYZ | 34.23 | 24.34 | 12.57 | - |
| YUV | 133.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 90 | 0 | 0.53 | 0.58 | 0.16 | 5.32 | 0.6 | 0.6 |
| Hex | D6 | 65 | 5A | 0 | 35 | 3A | 10 | 5 | 3C | 3C |
| Octal | 326 | 145 | 132 | 0 | 65 | 72 | 20 | 5 | 74 | 74 |
| Binary | 11010110 | 1100101 | 1011010 | 0 | 110101 | 111010 | 10000 | 101 | 111100 | 111100 |
Color Harmonies of #D6655A
Complementary color
Monochromatic Colors of #D6655A
Black with #D6655A
Text Example
Text Example
White with #D6655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6655A; }
p { color: rgb(214,101,90); }
H1.HeaderClassName
{
color: #D6655A;
}
.AnyTagClassName
{
color: #D6655A;
}
</style>
background-color css
<style>
a { background-color: #D6655A; }
a { background-color: rgb(214,101,90); }
div.DivClassName
{
background-color: #D6655A;
}
.BgClassName
{
background-color: #D6655A;
}
</style>
border-color css
<style>
span { border-color: #D6655A; }
span { border-color: rgb(214,101,90); }
td.TdClassName
{
border-color: #D6655A;
}
.TagClassName
{
border-color: #D6655A;
}
</style>