Shades of Turkish Rose #97696D
Tints of Turkish Rose #97696D
RGB
CMYK
RGB Variations
Color information
#97696D (or 0x97696D) is known color: Turkish Rose. HEX triplet: 97, 69 and 6D. RGB value is (151,105,109). Sum of RGB (Red+Green+Blue) = 151+105+109=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #97696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97696D is #689692. Grayscale: #777777. Windows color (decimal): -6854291 or 7170455. OLE color: 7170455.
HSL color Cylindrical-coordinate representation of color #97696D: hue angle of 354.78º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97696D is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 109 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.41 |
| HSL | 354.78º | 0.18% | 0.5% | - |
| HSV(B) | 354.78º | 0.3% | 0.59% | - |
| XYZ | 20.57 | 17.79 | 16.82 | - |
| YUV | 119.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 109 | 0 | 0.30 | 0.28 | 0.41 | 354.78 | 0.18 | 0.5 |
| Hex | 97 | 69 | 6D | 0 | 1E | 1C | 29 | 163 | 12 | 32 |
| Octal | 227 | 151 | 155 | 0 | 36 | 34 | 51 | 543 | 22 | 62 |
| Binary | 10010111 | 1101001 | 1101101 | 0 | 11110 | 11100 | 101001 | 101100011 | 10010 | 110010 |
Color Harmonies of #97696D
Complementary color
Monochromatic Colors of #97696D
Black with #97696D
Text Example
Text Example
White with #97696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97696D; }
p { color: rgb(151,105,109); }
H1.HeaderClassName
{
color: #97696D;
}
.AnyTagClassName
{
color: #97696D;
}
</style>
background-color css
<style>
a { background-color: #97696D; }
a { background-color: rgb(151,105,109); }
div.DivClassName
{
background-color: #97696D;
}
.BgClassName
{
background-color: #97696D;
}
</style>
border-color css
<style>
span { border-color: #97696D; }
span { border-color: rgb(151,105,109); }
td.TdClassName
{
border-color: #97696D;
}
.TagClassName
{
border-color: #97696D;
}
</style>