Shades of Froly #D6676B
Tints of Froly #D6676B
RGB
CMYK
RGB Variations
Color information
#D6676B (or 0xD6676B) is known color: Froly. HEX triplet: D6, 67 and 6B. RGB value is (214,103,107). Sum of RGB (Red+Green+Blue) = 214+103+107=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6676B is #299894. Grayscale: #888888. Windows color (decimal): -2726037 or 7038934. OLE color: 7038934.
HSL color Cylindrical-coordinate representation of color #D6676B: hue angle of 357.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6676B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 107 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.16 |
| HSL | 357.84º | 0.58% | 0.62% | - |
| HSV(B) | 357.84º | 0.52% | 0.84% | - |
| XYZ | 35.24 | 25.06 | 16.89 | - |
| YUV | 136.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 107 | 0 | 0.52 | 0.50 | 0.16 | 357.84 | 0.58 | 0.62 |
| Hex | D6 | 67 | 6B | 0 | 34 | 32 | 10 | 166 | 3A | 3E |
| Octal | 326 | 147 | 153 | 0 | 64 | 62 | 20 | 546 | 72 | 76 |
| Binary | 11010110 | 1100111 | 1101011 | 0 | 110100 | 110010 | 10000 | 101100110 | 111010 | 111110 |
Color Harmonies of #D6676B
Complementary color
Monochromatic Colors of #D6676B
Black with #D6676B
Text Example
Text Example
White with #D6676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6676B; }
p { color: rgb(214,103,107); }
H1.HeaderClassName
{
color: #D6676B;
}
.AnyTagClassName
{
color: #D6676B;
}
</style>
background-color css
<style>
a { background-color: #D6676B; }
a { background-color: rgb(214,103,107); }
div.DivClassName
{
background-color: #D6676B;
}
.BgClassName
{
background-color: #D6676B;
}
</style>
border-color css
<style>
span { border-color: #D6676B; }
span { border-color: rgb(214,103,107); }
td.TdClassName
{
border-color: #D6676B;
}
.TagClassName
{
border-color: #D6676B;
}
</style>