Shades of Froly #D3696D
Tints of Froly #D3696D
RGB
CMYK
RGB Variations
Color information
#D3696D (or 0xD3696D) is known color: Froly. HEX triplet: D3, 69 and 6D. RGB value is (211,105,109). Sum of RGB (Red+Green+Blue) = 211+105+109=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D3696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3696D is #2C9692. Grayscale: #898989. Windows color (decimal): -2922131 or 7170515. OLE color: 7170515.
HSL color Cylindrical-coordinate representation of color #D3696D: hue angle of 357.74º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3696D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 109 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.17 |
| HSL | 357.74º | 0.55% | 0.62% | - |
| HSV(B) | 357.74º | 0.5% | 0.83% | - |
| XYZ | 34.68 | 25.06 | 17.48 | - |
| YUV | 137.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 109 | 0 | 0.50 | 0.48 | 0.17 | 357.74 | 0.55 | 0.62 |
| Hex | D3 | 69 | 6D | 0 | 32 | 30 | 11 | 166 | 37 | 3E |
| Octal | 323 | 151 | 155 | 0 | 62 | 60 | 21 | 546 | 67 | 76 |
| Binary | 11010011 | 1101001 | 1101101 | 0 | 110010 | 110000 | 10001 | 101100110 | 110111 | 111110 |
Color Harmonies of #D3696D
Complementary color
Monochromatic Colors of #D3696D
Black with #D3696D
Text Example
Text Example
White with #D3696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3696D; }
p { color: rgb(211,105,109); }
H1.HeaderClassName
{
color: #D3696D;
}
.AnyTagClassName
{
color: #D3696D;
}
</style>
background-color css
<style>
a { background-color: #D3696D; }
a { background-color: rgb(211,105,109); }
div.DivClassName
{
background-color: #D3696D;
}
.BgClassName
{
background-color: #D3696D;
}
</style>
border-color css
<style>
span { border-color: #D3696D; }
span { border-color: rgb(211,105,109); }
td.TdClassName
{
border-color: #D3696D;
}
.TagClassName
{
border-color: #D3696D;
}
</style>