Shades of Turkish Rose #98696C
Tints of Turkish Rose #98696C
RGB
CMYK
RGB Variations
Color information
#98696C (or 0x98696C) is known color: Turkish Rose. HEX triplet: 98, 69 and 6C. RGB value is (152,105,108). Sum of RGB (Red+Green+Blue) = 152+105+108=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98696C is #679693. Grayscale: #777777. Windows color (decimal): -6788756 or 7104920. OLE color: 7104920.
HSL color Cylindrical-coordinate representation of color #98696C: hue angle of 356.17º 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 #98696C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 108 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.40 |
| HSL | 356.17º | 0.19% | 0.5% | - |
| HSV(B) | 356.17º | 0.31% | 0.6% | - |
| XYZ | 20.71 | 17.86 | 16.54 | - |
| YUV | 119.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 108 | 0 | 0.31 | 0.29 | 0.40 | 356.17 | 0.19 | 0.5 |
| Hex | 98 | 69 | 6C | 0 | 1F | 1D | 28 | 164 | 13 | 32 |
| Octal | 230 | 151 | 154 | 0 | 37 | 35 | 50 | 544 | 23 | 62 |
| Binary | 10011000 | 1101001 | 1101100 | 0 | 11111 | 11101 | 101000 | 101100100 | 10011 | 110010 |
Color Harmonies of #98696C
Complementary color
Monochromatic Colors of #98696C
Black with #98696C
Text Example
Text Example
White with #98696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98696C; }
p { color: rgb(152,105,108); }
H1.HeaderClassName
{
color: #98696C;
}
.AnyTagClassName
{
color: #98696C;
}
</style>
background-color css
<style>
a { background-color: #98696C; }
a { background-color: rgb(152,105,108); }
div.DivClassName
{
background-color: #98696C;
}
.BgClassName
{
background-color: #98696C;
}
</style>
border-color css
<style>
span { border-color: #98696C; }
span { border-color: rgb(152,105,108); }
td.TdClassName
{
border-color: #98696C;
}
.TagClassName
{
border-color: #98696C;
}
</style>