Shades of Turkish Rose #98676B
Tints of Turkish Rose #98676B
RGB
CMYK
RGB Variations
Color information
#98676B (or 0x98676B) is known color: Turkish Rose. HEX triplet: 98, 67 and 6B. RGB value is (152,103,107). Sum of RGB (Red+Green+Blue) = 152+103+107=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98676B is #679894. Grayscale: #767676. Windows color (decimal): -6789269 or 7038872. OLE color: 7038872.
HSL color Cylindrical-coordinate representation of color #98676B: hue angle of 355.1º 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 #98676B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 107 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.40 |
| HSL | 355.1º | 0.19% | 0.5% | - |
| HSV(B) | 355.1º | 0.32% | 0.6% | - |
| XYZ | 20.45 | 17.44 | 16.2 | - |
| YUV | 118.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 107 | 0 | 0.32 | 0.30 | 0.40 | 355.1 | 0.19 | 0.5 |
| Hex | 98 | 67 | 6B | 0 | 20 | 1E | 28 | 163 | 13 | 32 |
| Octal | 230 | 147 | 153 | 0 | 40 | 36 | 50 | 543 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1101011 | 0 | 100000 | 11110 | 101000 | 101100011 | 10011 | 110010 |
Color Harmonies of #98676B
Complementary color
Monochromatic Colors of #98676B
Black with #98676B
Text Example
Text Example
White with #98676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98676B; }
p { color: rgb(152,103,107); }
H1.HeaderClassName
{
color: #98676B;
}
.AnyTagClassName
{
color: #98676B;
}
</style>
background-color css
<style>
a { background-color: #98676B; }
a { background-color: rgb(152,103,107); }
div.DivClassName
{
background-color: #98676B;
}
.BgClassName
{
background-color: #98676B;
}
</style>
border-color css
<style>
span { border-color: #98676B; }
span { border-color: rgb(152,103,107); }
td.TdClassName
{
border-color: #98676B;
}
.TagClassName
{
border-color: #98676B;
}
</style>