Shades of Turkish Rose #98696B
Tints of Turkish Rose #98696B
RGB
CMYK
RGB Variations
Color information
#98696B (or 0x98696B) is known color: Turkish Rose. HEX triplet: 98, 69 and 6B. RGB value is (152,105,107). Sum of RGB (Red+Green+Blue) = 152+105+107=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98696B is #679694. Grayscale: #777777. Windows color (decimal): -6788757 or 7039384. OLE color: 7039384.
HSL color Cylindrical-coordinate representation of color #98696B: hue angle of 357.45º 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 #98696B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 107 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.40 |
| HSL | 357.45º | 0.19% | 0.5% | - |
| HSV(B) | 357.45º | 0.31% | 0.6% | - |
| XYZ | 20.65 | 17.84 | 16.26 | - |
| YUV | 119.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 107 | 0 | 0.31 | 0.30 | 0.40 | 357.45 | 0.19 | 0.5 |
| Hex | 98 | 69 | 6B | 0 | 1F | 1E | 28 | 165 | 13 | 32 |
| Octal | 230 | 151 | 153 | 0 | 37 | 36 | 50 | 545 | 23 | 62 |
| Binary | 10011000 | 1101001 | 1101011 | 0 | 11111 | 11110 | 101000 | 101100101 | 10011 | 110010 |
Color Harmonies of #98696B
Complementary color
Monochromatic Colors of #98696B
Black with #98696B
Text Example
Text Example
White with #98696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98696B; }
p { color: rgb(152,105,107); }
H1.HeaderClassName
{
color: #98696B;
}
.AnyTagClassName
{
color: #98696B;
}
</style>
background-color css
<style>
a { background-color: #98696B; }
a { background-color: rgb(152,105,107); }
div.DivClassName
{
background-color: #98696B;
}
.BgClassName
{
background-color: #98696B;
}
</style>
border-color css
<style>
span { border-color: #98696B; }
span { border-color: rgb(152,105,107); }
td.TdClassName
{
border-color: #98696B;
}
.TagClassName
{
border-color: #98696B;
}
</style>