Shades of Turkish Rose #98696E
Tints of Turkish Rose #98696E
RGB
CMYK
RGB Variations
Color information
#98696E (or 0x98696E) is known color: Turkish Rose. HEX triplet: 98, 69 and 6E. RGB value is (152,105,110). Sum of RGB (Red+Green+Blue) = 152+105+110=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #98696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98696E is #679691. Grayscale: #777777. Windows color (decimal): -6788754 or 7235992. OLE color: 7235992.
HSL color Cylindrical-coordinate representation of color #98696E: hue angle of 353.62º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98696E is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 110 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.40 |
| HSL | 353.62º | 0.19% | 0.5% | - |
| HSV(B) | 353.62º | 0.31% | 0.6% | - |
| XYZ | 20.81 | 17.9 | 17.11 | - |
| YUV | 119.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 110 | 0 | 0.31 | 0.28 | 0.40 | 353.62 | 0.19 | 0.5 |
| Hex | 98 | 69 | 6E | 0 | 1F | 1C | 28 | 162 | 13 | 32 |
| Octal | 230 | 151 | 156 | 0 | 37 | 34 | 50 | 542 | 23 | 62 |
| Binary | 10011000 | 1101001 | 1101110 | 0 | 11111 | 11100 | 101000 | 101100010 | 10011 | 110010 |
Color Harmonies of #98696E
Complementary color
Monochromatic Colors of #98696E
Black with #98696E
Text Example
Text Example
White with #98696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98696E; }
p { color: rgb(152,105,110); }
H1.HeaderClassName
{
color: #98696E;
}
.AnyTagClassName
{
color: #98696E;
}
</style>
background-color css
<style>
a { background-color: #98696E; }
a { background-color: rgb(152,105,110); }
div.DivClassName
{
background-color: #98696E;
}
.BgClassName
{
background-color: #98696E;
}
</style>
border-color css
<style>
span { border-color: #98696E; }
span { border-color: rgb(152,105,110); }
td.TdClassName
{
border-color: #98696E;
}
.TagClassName
{
border-color: #98696E;
}
</style>