Shades of Turkish Rose #97696C
Tints of Turkish Rose #97696C
RGB
CMYK
RGB Variations
Color information
#97696C (or 0x97696C) is known color: Turkish Rose. HEX triplet: 97, 69 and 6C. RGB value is (151,105,108). Sum of RGB (Red+Green+Blue) = 151+105+108=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #97696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97696C is #689693. Grayscale: #777777. Windows color (decimal): -6854292 or 7104919. OLE color: 7104919.
HSL color Cylindrical-coordinate representation of color #97696C: hue angle of 356.09º 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 #97696C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 108 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.41 |
| HSL | 356.09º | 0.18% | 0.5% | - |
| HSV(B) | 356.09º | 0.3% | 0.59% | - |
| XYZ | 20.52 | 17.77 | 16.53 | - |
| YUV | 119.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 108 | 0 | 0.30 | 0.28 | 0.41 | 356.09 | 0.18 | 0.5 |
| Hex | 97 | 69 | 6C | 0 | 1E | 1C | 29 | 164 | 12 | 32 |
| Octal | 227 | 151 | 154 | 0 | 36 | 34 | 51 | 544 | 22 | 62 |
| Binary | 10010111 | 1101001 | 1101100 | 0 | 11110 | 11100 | 101001 | 101100100 | 10010 | 110010 |
Color Harmonies of #97696C
Complementary color
Monochromatic Colors of #97696C
Black with #97696C
Text Example
Text Example
White with #97696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97696C; }
p { color: rgb(151,105,108); }
H1.HeaderClassName
{
color: #97696C;
}
.AnyTagClassName
{
color: #97696C;
}
</style>
background-color css
<style>
a { background-color: #97696C; }
a { background-color: rgb(151,105,108); }
div.DivClassName
{
background-color: #97696C;
}
.BgClassName
{
background-color: #97696C;
}
</style>
border-color css
<style>
span { border-color: #97696C; }
span { border-color: rgb(151,105,108); }
td.TdClassName
{
border-color: #97696C;
}
.TagClassName
{
border-color: #97696C;
}
</style>