Shades of Froly #D96A6B
Tints of Froly #D96A6B
RGB
CMYK
RGB Variations
Color information
#D96A6B (or 0xD96A6B) is known color: Froly. HEX triplet: D9, 6A and 6B. RGB value is (217,106,107). Sum of RGB (Red+Green+Blue) = 217+106+107=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A6B is #269594. Grayscale: #8B8B8B. Windows color (decimal): -2528661 or 7039705. OLE color: 7039705.
HSL color Cylindrical-coordinate representation of color #D96A6B: hue angle of 359.46º 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 #D96A6B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 107 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.15 |
| HSL | 359.46º | 0.59% | 0.63% | - |
| HSV(B) | 359.46º | 0.51% | 0.85% | - |
| XYZ | 36.42 | 26.12 | 17.03 | - |
| YUV | 139.3 | 109.77 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 107 | 0 | 0.51 | 0.51 | 0.15 | 359.46 | 0.59 | 0.63 |
| Hex | D9 | 6A | 6B | 0 | 33 | 33 | F | 167 | 3B | 3F |
| Octal | 331 | 152 | 153 | 0 | 63 | 63 | 17 | 547 | 73 | 77 |
| Binary | 11011001 | 1101010 | 1101011 | 0 | 110011 | 110011 | 1111 | 101100111 | 111011 | 111111 |
Color Harmonies of #D96A6B
Complementary color
Monochromatic Colors of #D96A6B
Black with #D96A6B
Text Example
Text Example
White with #D96A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A6B; }
p { color: rgb(217,106,107); }
H1.HeaderClassName
{
color: #D96A6B;
}
.AnyTagClassName
{
color: #D96A6B;
}
</style>
background-color css
<style>
a { background-color: #D96A6B; }
a { background-color: rgb(217,106,107); }
div.DivClassName
{
background-color: #D96A6B;
}
.BgClassName
{
background-color: #D96A6B;
}
</style>
border-color css
<style>
span { border-color: #D96A6B; }
span { border-color: rgb(217,106,107); }
td.TdClassName
{
border-color: #D96A6B;
}
.TagClassName
{
border-color: #D96A6B;
}
</style>