Shades of Froly #D96A6F
Tints of Froly #D96A6F
RGB
CMYK
RGB Variations
Color information
#D96A6F (or 0xD96A6F) is known color: Froly. HEX triplet: D9, 6A and 6F. RGB value is (217,106,111). Sum of RGB (Red+Green+Blue) = 217+106+111=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A6F is #269590. Grayscale: #8B8B8B. Windows color (decimal): -2528657 or 7301849. OLE color: 7301849.
HSL color Cylindrical-coordinate representation of color #D96A6F: hue angle of 357.3º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A6F is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 111 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.15 |
| HSL | 357.3º | 0.59% | 0.63% | - |
| HSV(B) | 357.3º | 0.51% | 0.85% | - |
| XYZ | 36.64 | 26.21 | 18.17 | - |
| YUV | 139.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 111 | 0 | 0.51 | 0.49 | 0.15 | 357.3 | 0.59 | 0.63 |
| Hex | D9 | 6A | 6F | 0 | 33 | 31 | F | 165 | 3B | 3F |
| Octal | 331 | 152 | 157 | 0 | 63 | 61 | 17 | 545 | 73 | 77 |
| Binary | 11011001 | 1101010 | 1101111 | 0 | 110011 | 110001 | 1111 | 101100101 | 111011 | 111111 |
Color Harmonies of #D96A6F
Complementary color
Monochromatic Colors of #D96A6F
Black with #D96A6F
Text Example
Text Example
White with #D96A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A6F; }
p { color: rgb(217,106,111); }
H1.HeaderClassName
{
color: #D96A6F;
}
.AnyTagClassName
{
color: #D96A6F;
}
</style>
background-color css
<style>
a { background-color: #D96A6F; }
a { background-color: rgb(217,106,111); }
div.DivClassName
{
background-color: #D96A6F;
}
.BgClassName
{
background-color: #D96A6F;
}
</style>
border-color css
<style>
span { border-color: #D96A6F; }
span { border-color: rgb(217,106,111); }
td.TdClassName
{
border-color: #D96A6F;
}
.TagClassName
{
border-color: #D96A6F;
}
</style>