Shades of Froly #D1686F
Tints of Froly #D1686F
RGB
CMYK
RGB Variations
Color information
#D1686F (or 0xD1686F) is known color: Froly. HEX triplet: D1, 68 and 6F. RGB value is (209,104,111). Sum of RGB (Red+Green+Blue) = 209+104+111=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1686F is #2E9790. Grayscale: #888888. Windows color (decimal): -3053457 or 7301329. OLE color: 7301329.
HSL color Cylindrical-coordinate representation of color #D1686F: hue angle of 356º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1686F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 111 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.18 |
| HSL | 356º | 0.53% | 0.61% | - |
| HSV(B) | 356º | 0.5% | 0.82% | - |
| XYZ | 34.11 | 24.6 | 17.99 | - |
| YUV | 136.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 111 | 0 | 0.50 | 0.47 | 0.18 | 356 | 0.53 | 0.61 |
| Hex | D1 | 68 | 6F | 0 | 32 | 2F | 12 | 164 | 35 | 3D |
| Octal | 321 | 150 | 157 | 0 | 62 | 57 | 22 | 544 | 65 | 75 |
| Binary | 11010001 | 1101000 | 1101111 | 0 | 110010 | 101111 | 10010 | 101100100 | 110101 | 111101 |
Color Harmonies of #D1686F
Complementary color
Monochromatic Colors of #D1686F
Black with #D1686F
Text Example
Text Example
White with #D1686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1686F; }
p { color: rgb(209,104,111); }
H1.HeaderClassName
{
color: #D1686F;
}
.AnyTagClassName
{
color: #D1686F;
}
</style>
background-color css
<style>
a { background-color: #D1686F; }
a { background-color: rgb(209,104,111); }
div.DivClassName
{
background-color: #D1686F;
}
.BgClassName
{
background-color: #D1686F;
}
</style>
border-color css
<style>
span { border-color: #D1686F; }
span { border-color: rgb(209,104,111); }
td.TdClassName
{
border-color: #D1686F;
}
.TagClassName
{
border-color: #D1686F;
}
</style>