Shades of Froly #D36B6C
Tints of Froly #D36B6C
RGB
CMYK
RGB Variations
Color information
#D36B6C (or 0xD36B6C) is known color: Froly. HEX triplet: D3, 6B and 6C. RGB value is (211,107,108). Sum of RGB (Red+Green+Blue) = 211+107+108=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D36B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36B6C is #2C9493. Grayscale: #8A8A8A. Windows color (decimal): -2921620 or 7105491. OLE color: 7105491.
HSL color Cylindrical-coordinate representation of color #D36B6C: hue angle of 359.42º 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 #D36B6C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 108 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.17 |
| HSL | 359.42º | 0.54% | 0.62% | - |
| HSV(B) | 359.42º | 0.49% | 0.83% | - |
| XYZ | 34.83 | 25.45 | 17.26 | - |
| YUV | 138.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 108 | 0 | 0.49 | 0.49 | 0.17 | 359.42 | 0.54 | 0.62 |
| Hex | D3 | 6B | 6C | 0 | 31 | 31 | 11 | 167 | 36 | 3E |
| Octal | 323 | 153 | 154 | 0 | 61 | 61 | 21 | 547 | 66 | 76 |
| Binary | 11010011 | 1101011 | 1101100 | 0 | 110001 | 110001 | 10001 | 101100111 | 110110 | 111110 |
Color Harmonies of #D36B6C
Complementary color
Monochromatic Colors of #D36B6C
Black with #D36B6C
Text Example
Text Example
White with #D36B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36B6C; }
p { color: rgb(211,107,108); }
H1.HeaderClassName
{
color: #D36B6C;
}
.AnyTagClassName
{
color: #D36B6C;
}
</style>
background-color css
<style>
a { background-color: #D36B6C; }
a { background-color: rgb(211,107,108); }
div.DivClassName
{
background-color: #D36B6C;
}
.BgClassName
{
background-color: #D36B6C;
}
</style>
border-color css
<style>
span { border-color: #D36B6C; }
span { border-color: rgb(211,107,108); }
td.TdClassName
{
border-color: #D36B6C;
}
.TagClassName
{
border-color: #D36B6C;
}
</style>