Shades of Turkish Rose #98676C
Tints of Turkish Rose #98676C
RGB
CMYK
RGB Variations
Color information
#98676C (or 0x98676C) is known color: Turkish Rose. HEX triplet: 98, 67 and 6C. RGB value is (152,103,108). Sum of RGB (Red+Green+Blue) = 152+103+108=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98676C is #679893. Grayscale: #767676. Windows color (decimal): -6789268 or 7104408. OLE color: 7104408.
HSL color Cylindrical-coordinate representation of color #98676C: hue angle of 353.88º 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 #98676C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 108 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.40 |
| HSL | 353.88º | 0.19% | 0.5% | - |
| HSV(B) | 353.88º | 0.32% | 0.6% | - |
| XYZ | 20.51 | 17.46 | 16.48 | - |
| YUV | 118.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 108 | 0 | 0.32 | 0.29 | 0.40 | 353.88 | 0.19 | 0.5 |
| Hex | 98 | 67 | 6C | 0 | 20 | 1D | 28 | 162 | 13 | 32 |
| Octal | 230 | 147 | 154 | 0 | 40 | 35 | 50 | 542 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1101100 | 0 | 100000 | 11101 | 101000 | 101100010 | 10011 | 110010 |
Color Harmonies of #98676C
Complementary color
Monochromatic Colors of #98676C
Black with #98676C
Text Example
Text Example
White with #98676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98676C; }
p { color: rgb(152,103,108); }
H1.HeaderClassName
{
color: #98676C;
}
.AnyTagClassName
{
color: #98676C;
}
</style>
background-color css
<style>
a { background-color: #98676C; }
a { background-color: rgb(152,103,108); }
div.DivClassName
{
background-color: #98676C;
}
.BgClassName
{
background-color: #98676C;
}
</style>
border-color css
<style>
span { border-color: #98676C; }
span { border-color: rgb(152,103,108); }
td.TdClassName
{
border-color: #98676C;
}
.TagClassName
{
border-color: #98676C;
}
</style>