Shades of Froly #D3686D
Tints of Froly #D3686D
RGB
CMYK
RGB Variations
Color information
#D3686D (or 0xD3686D) is known color: Froly. HEX triplet: D3, 68 and 6D. RGB value is (211,104,109). Sum of RGB (Red+Green+Blue) = 211+104+109=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3686D is #2C9792. Grayscale: #888888. Windows color (decimal): -2922387 or 7170259. OLE color: 7170259.
HSL color Cylindrical-coordinate representation of color #D3686D: hue angle of 357.2º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3686D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 109 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.17 |
| HSL | 357.2º | 0.55% | 0.62% | - |
| HSV(B) | 357.2º | 0.51% | 0.83% | - |
| XYZ | 34.57 | 24.85 | 17.44 | - |
| YUV | 136.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 109 | 0 | 0.51 | 0.48 | 0.17 | 357.2 | 0.55 | 0.62 |
| Hex | D3 | 68 | 6D | 0 | 33 | 30 | 11 | 165 | 37 | 3E |
| Octal | 323 | 150 | 155 | 0 | 63 | 60 | 21 | 545 | 67 | 76 |
| Binary | 11010011 | 1101000 | 1101101 | 0 | 110011 | 110000 | 10001 | 101100101 | 110111 | 111110 |
Color Harmonies of #D3686D
Complementary color
Monochromatic Colors of #D3686D
Black with #D3686D
Text Example
Text Example
White with #D3686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3686D; }
p { color: rgb(211,104,109); }
H1.HeaderClassName
{
color: #D3686D;
}
.AnyTagClassName
{
color: #D3686D;
}
</style>
background-color css
<style>
a { background-color: #D3686D; }
a { background-color: rgb(211,104,109); }
div.DivClassName
{
background-color: #D3686D;
}
.BgClassName
{
background-color: #D3686D;
}
</style>
border-color css
<style>
span { border-color: #D3686D; }
span { border-color: rgb(211,104,109); }
td.TdClassName
{
border-color: #D3686D;
}
.TagClassName
{
border-color: #D3686D;
}
</style>