Shades of Turkish Rose #98686D
Tints of Turkish Rose #98686D
RGB
CMYK
RGB Variations
Color information
#98686D (or 0x98686D) is known color: Turkish Rose. HEX triplet: 98, 68 and 6D. RGB value is (152,104,109). Sum of RGB (Red+Green+Blue) = 152+104+109=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98686D is #679792. Grayscale: #767676. Windows color (decimal): -6789011 or 7170200. OLE color: 7170200.
HSL color Cylindrical-coordinate representation of color #98686D: hue angle of 353.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98686D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 109 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.40 |
| HSL | 353.75º | 0.19% | 0.5% | - |
| HSV(B) | 353.75º | 0.32% | 0.6% | - |
| XYZ | 20.66 | 17.68 | 16.79 | - |
| YUV | 118.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 109 | 0 | 0.32 | 0.28 | 0.40 | 353.75 | 0.19 | 0.5 |
| Hex | 98 | 68 | 6D | 0 | 20 | 1C | 28 | 162 | 13 | 32 |
| Octal | 230 | 150 | 155 | 0 | 40 | 34 | 50 | 542 | 23 | 62 |
| Binary | 10011000 | 1101000 | 1101101 | 0 | 100000 | 11100 | 101000 | 101100010 | 10011 | 110010 |
Color Harmonies of #98686D
Complementary color
Monochromatic Colors of #98686D
Black with #98686D
Text Example
Text Example
White with #98686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98686D; }
p { color: rgb(152,104,109); }
H1.HeaderClassName
{
color: #98686D;
}
.AnyTagClassName
{
color: #98686D;
}
</style>
background-color css
<style>
a { background-color: #98686D; }
a { background-color: rgb(152,104,109); }
div.DivClassName
{
background-color: #98686D;
}
.BgClassName
{
background-color: #98686D;
}
</style>
border-color css
<style>
span { border-color: #98686D; }
span { border-color: rgb(152,104,109); }
td.TdClassName
{
border-color: #98686D;
}
.TagClassName
{
border-color: #98686D;
}
</style>