Shades of Turkish Rose #986D75
Tints of Turkish Rose #986D75
RGB
CMYK
RGB Variations
Color information
#986D75 (or 0x986D75) is known color: Turkish Rose. HEX triplet: 98, 6D and 75. RGB value is (152,109,117). Sum of RGB (Red+Green+Blue) = 152+109+117=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #986D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D75 is #67928A. Grayscale: #7A7A7A. Windows color (decimal): -6787723 or 7695768. OLE color: 7695768.
HSL color Cylindrical-coordinate representation of color #986D75: hue angle of 348.84º 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 #986D75 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 117 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.40 |
| HSL | 348.84º | 0.17% | 0.51% | - |
| HSV(B) | 348.84º | 0.28% | 0.6% | - |
| XYZ | 21.63 | 18.9 | 19.34 | - |
| YUV | 122.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 117 | 0 | 0.28 | 0.23 | 0.40 | 348.84 | 0.17 | 0.51 |
| Hex | 98 | 6D | 75 | 0 | 1C | 17 | 28 | 15D | 11 | 33 |
| Octal | 230 | 155 | 165 | 0 | 34 | 27 | 50 | 535 | 21 | 63 |
| Binary | 10011000 | 1101101 | 1110101 | 0 | 11100 | 10111 | 101000 | 101011101 | 10001 | 110011 |
Color Harmonies of #986D75
Complementary color
Monochromatic Colors of #986D75
Black with #986D75
Text Example
Text Example
White with #986D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D75; }
p { color: rgb(152,109,117); }
H1.HeaderClassName
{
color: #986D75;
}
.AnyTagClassName
{
color: #986D75;
}
</style>
background-color css
<style>
a { background-color: #986D75; }
a { background-color: rgb(152,109,117); }
div.DivClassName
{
background-color: #986D75;
}
.BgClassName
{
background-color: #986D75;
}
</style>
border-color css
<style>
span { border-color: #986D75; }
span { border-color: rgb(152,109,117); }
td.TdClassName
{
border-color: #986D75;
}
.TagClassName
{
border-color: #986D75;
}
</style>