Shades of Froly #D36B6E
Tints of Froly #D36B6E
RGB
CMYK
RGB Variations
Color information
#D36B6E (or 0xD36B6E) is known color: Froly. HEX triplet: D3, 6B and 6E. RGB value is (211,107,110). Sum of RGB (Red+Green+Blue) = 211+107+110=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D36B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36B6E is #2C9491. Grayscale: #8A8A8A. Windows color (decimal): -2921618 or 7236563. OLE color: 7236563.
HSL color Cylindrical-coordinate representation of color #D36B6E: hue angle of 358.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36B6E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 110 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.17 |
| HSL | 358.27º | 0.54% | 0.62% | - |
| HSV(B) | 358.27º | 0.49% | 0.83% | - |
| XYZ | 34.94 | 25.49 | 17.83 | - |
| YUV | 138.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 110 | 0 | 0.49 | 0.48 | 0.17 | 358.27 | 0.54 | 0.62 |
| Hex | D3 | 6B | 6E | 0 | 31 | 30 | 11 | 166 | 36 | 3E |
| Octal | 323 | 153 | 156 | 0 | 61 | 60 | 21 | 546 | 66 | 76 |
| Binary | 11010011 | 1101011 | 1101110 | 0 | 110001 | 110000 | 10001 | 101100110 | 110110 | 111110 |
Color Harmonies of #D36B6E
Complementary color
Monochromatic Colors of #D36B6E
Black with #D36B6E
Text Example
Text Example
White with #D36B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36B6E; }
p { color: rgb(211,107,110); }
H1.HeaderClassName
{
color: #D36B6E;
}
.AnyTagClassName
{
color: #D36B6E;
}
</style>
background-color css
<style>
a { background-color: #D36B6E; }
a { background-color: rgb(211,107,110); }
div.DivClassName
{
background-color: #D36B6E;
}
.BgClassName
{
background-color: #D36B6E;
}
</style>
border-color css
<style>
span { border-color: #D36B6E; }
span { border-color: rgb(211,107,110); }
td.TdClassName
{
border-color: #D36B6E;
}
.TagClassName
{
border-color: #D36B6E;
}
</style>