Shades of Turkish Rose #97686D
Tints of Turkish Rose #97686D
RGB
CMYK
RGB Variations
Color information
#97686D (or 0x97686D) is known color: Turkish Rose. HEX triplet: 97, 68 and 6D. RGB value is (151,104,109). Sum of RGB (Red+Green+Blue) = 151+104+109=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #97686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97686D is #689792. Grayscale: #767676. Windows color (decimal): -6854547 or 7170199. OLE color: 7170199.
HSL color Cylindrical-coordinate representation of color #97686D: hue angle of 353.62º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97686D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 104 | 109 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.41 |
| HSL | 353.62º | 0.18% | 0.5% | - |
| HSV(B) | 353.62º | 0.31% | 0.59% | - |
| XYZ | 20.47 | 17.58 | 16.78 | - |
| YUV | 118.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 109 | 0 | 0.31 | 0.28 | 0.41 | 353.62 | 0.18 | 0.5 |
| Hex | 97 | 68 | 6D | 0 | 1F | 1C | 29 | 162 | 12 | 32 |
| Octal | 227 | 150 | 155 | 0 | 37 | 34 | 51 | 542 | 22 | 62 |
| Binary | 10010111 | 1101000 | 1101101 | 0 | 11111 | 11100 | 101001 | 101100010 | 10010 | 110010 |
Color Harmonies of #97686D
Complementary color
Monochromatic Colors of #97686D
Black with #97686D
Text Example
Text Example
White with #97686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97686D; }
p { color: rgb(151,104,109); }
H1.HeaderClassName
{
color: #97686D;
}
.AnyTagClassName
{
color: #97686D;
}
</style>
background-color css
<style>
a { background-color: #97686D; }
a { background-color: rgb(151,104,109); }
div.DivClassName
{
background-color: #97686D;
}
.BgClassName
{
background-color: #97686D;
}
</style>
border-color css
<style>
span { border-color: #97686D; }
span { border-color: rgb(151,104,109); }
td.TdClassName
{
border-color: #97686D;
}
.TagClassName
{
border-color: #97686D;
}
</style>