Shades of Turkish Rose #976A6D
Tints of Turkish Rose #976A6D
RGB
CMYK
RGB Variations
Color information
#976A6D (or 0x976A6D) is known color: Turkish Rose. HEX triplet: 97, 6A and 6D. RGB value is (151,106,109). Sum of RGB (Red+Green+Blue) = 151+106+109=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #976A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A6D is #689592. Grayscale: #777777. Windows color (decimal): -6854035 or 7170711. OLE color: 7170711.
HSL color Cylindrical-coordinate representation of color #976A6D: hue angle of 356º 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 #976A6D is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 109 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.41 |
| HSL | 356º | 0.18% | 0.5% | - |
| HSV(B) | 356º | 0.3% | 0.59% | - |
| XYZ | 20.68 | 17.99 | 16.85 | - |
| YUV | 119.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 109 | 0 | 0.30 | 0.28 | 0.41 | 356 | 0.18 | 0.5 |
| Hex | 97 | 6A | 6D | 0 | 1E | 1C | 29 | 164 | 12 | 32 |
| Octal | 227 | 152 | 155 | 0 | 36 | 34 | 51 | 544 | 22 | 62 |
| Binary | 10010111 | 1101010 | 1101101 | 0 | 11110 | 11100 | 101001 | 101100100 | 10010 | 110010 |
Color Harmonies of #976A6D
Complementary color
Monochromatic Colors of #976A6D
Black with #976A6D
Text Example
Text Example
White with #976A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A6D; }
p { color: rgb(151,106,109); }
H1.HeaderClassName
{
color: #976A6D;
}
.AnyTagClassName
{
color: #976A6D;
}
</style>
background-color css
<style>
a { background-color: #976A6D; }
a { background-color: rgb(151,106,109); }
div.DivClassName
{
background-color: #976A6D;
}
.BgClassName
{
background-color: #976A6D;
}
</style>
border-color css
<style>
span { border-color: #976A6D; }
span { border-color: rgb(151,106,109); }
td.TdClassName
{
border-color: #976A6D;
}
.TagClassName
{
border-color: #976A6D;
}
</style>