Shades of Froly #D96C6E
Tints of Froly #D96C6E
RGB
CMYK
RGB Variations
Color information
#D96C6E (or 0xD96C6E) is known color: Froly. HEX triplet: D9, 6C and 6E. RGB value is (217,108,110). Sum of RGB (Red+Green+Blue) = 217+108+110=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C6E is #269391. Grayscale: #8C8C8C. Windows color (decimal): -2528146 or 7236825. OLE color: 7236825.
HSL color Cylindrical-coordinate representation of color #D96C6E: hue angle of 358.9º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96C6E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 110 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.15 |
| HSL | 358.9º | 0.59% | 0.64% | - |
| HSV(B) | 358.9º | 0.5% | 0.85% | - |
| XYZ | 36.79 | 26.6 | 17.95 | - |
| YUV | 140.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 110 | 0 | 0.50 | 0.49 | 0.15 | 358.9 | 0.59 | 0.64 |
| Hex | D9 | 6C | 6E | 0 | 32 | 31 | F | 167 | 3B | 40 |
| Octal | 331 | 154 | 156 | 0 | 62 | 61 | 17 | 547 | 73 | 100 |
| Binary | 11011001 | 1101100 | 1101110 | 0 | 110010 | 110001 | 1111 | 101100111 | 111011 | 1000000 |
Color Harmonies of #D96C6E
Complementary color
Monochromatic Colors of #D96C6E
Black with #D96C6E
Text Example
Text Example
White with #D96C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C6E; }
p { color: rgb(217,108,110); }
H1.HeaderClassName
{
color: #D96C6E;
}
.AnyTagClassName
{
color: #D96C6E;
}
</style>
background-color css
<style>
a { background-color: #D96C6E; }
a { background-color: rgb(217,108,110); }
div.DivClassName
{
background-color: #D96C6E;
}
.BgClassName
{
background-color: #D96C6E;
}
</style>
border-color css
<style>
span { border-color: #D96C6E; }
span { border-color: rgb(217,108,110); }
td.TdClassName
{
border-color: #D96C6E;
}
.TagClassName
{
border-color: #D96C6E;
}
</style>