Shades of Turkish Rose #986D6F
Tints of Turkish Rose #986D6F
RGB
CMYK
RGB Variations
Color information
#986D6F (or 0x986D6F) is known color: Turkish Rose. HEX triplet: 98, 6D and 6F. RGB value is (152,109,111). Sum of RGB (Red+Green+Blue) = 152+109+111=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D6F is #679290. Grayscale: #7A7A7A. Windows color (decimal): -6787729 or 7302552. OLE color: 7302552.
HSL color Cylindrical-coordinate representation of color #986D6F: hue angle of 357.21º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D6F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 111 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.40 |
| HSL | 357.21º | 0.17% | 0.51% | - |
| HSV(B) | 357.21º | 0.28% | 0.6% | - |
| XYZ | 21.29 | 18.76 | 17.54 | - |
| YUV | 122.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 111 | 0 | 0.28 | 0.27 | 0.40 | 357.21 | 0.17 | 0.51 |
| Hex | 98 | 6D | 6F | 0 | 1C | 1B | 28 | 165 | 11 | 33 |
| Octal | 230 | 155 | 157 | 0 | 34 | 33 | 50 | 545 | 21 | 63 |
| Binary | 10011000 | 1101101 | 1101111 | 0 | 11100 | 11011 | 101000 | 101100101 | 10001 | 110011 |
Color Harmonies of #986D6F
Complementary color
Monochromatic Colors of #986D6F
Black with #986D6F
Text Example
Text Example
White with #986D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D6F; }
p { color: rgb(152,109,111); }
H1.HeaderClassName
{
color: #986D6F;
}
.AnyTagClassName
{
color: #986D6F;
}
</style>
background-color css
<style>
a { background-color: #986D6F; }
a { background-color: rgb(152,109,111); }
div.DivClassName
{
background-color: #986D6F;
}
.BgClassName
{
background-color: #986D6F;
}
</style>
border-color css
<style>
span { border-color: #986D6F; }
span { border-color: rgb(152,109,111); }
td.TdClassName
{
border-color: #986D6F;
}
.TagClassName
{
border-color: #986D6F;
}
</style>