Shades of Turkish Rose #976C6E
Tints of Turkish Rose #976C6E
RGB
CMYK
RGB Variations
Color information
#976C6E (or 0x976C6E) is known color: Turkish Rose. HEX triplet: 97, 6C and 6E. RGB value is (151,108,110). Sum of RGB (Red+Green+Blue) = 151+108+110=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C6E is #689391. Grayscale: #797979. Windows color (decimal): -6853522 or 7236759. OLE color: 7236759.
HSL color Cylindrical-coordinate representation of color #976C6E: hue angle of 357.21º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976C6E is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 108 | 110 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.41 |
| HSL | 357.21º | 0.17% | 0.51% | - |
| HSV(B) | 357.21º | 0.28% | 0.59% | - |
| XYZ | 20.94 | 18.43 | 17.21 | - |
| YUV | 121.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 110 | 0 | 0.28 | 0.27 | 0.41 | 357.21 | 0.17 | 0.51 |
| Hex | 97 | 6C | 6E | 0 | 1C | 1B | 29 | 165 | 11 | 33 |
| Octal | 227 | 154 | 156 | 0 | 34 | 33 | 51 | 545 | 21 | 63 |
| Binary | 10010111 | 1101100 | 1101110 | 0 | 11100 | 11011 | 101001 | 101100101 | 10001 | 110011 |
Color Harmonies of #976C6E
Complementary color
Monochromatic Colors of #976C6E
Black with #976C6E
Text Example
Text Example
White with #976C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C6E; }
p { color: rgb(151,108,110); }
H1.HeaderClassName
{
color: #976C6E;
}
.AnyTagClassName
{
color: #976C6E;
}
</style>
background-color css
<style>
a { background-color: #976C6E; }
a { background-color: rgb(151,108,110); }
div.DivClassName
{
background-color: #976C6E;
}
.BgClassName
{
background-color: #976C6E;
}
</style>
border-color css
<style>
span { border-color: #976C6E; }
span { border-color: rgb(151,108,110); }
td.TdClassName
{
border-color: #976C6E;
}
.TagClassName
{
border-color: #976C6E;
}
</style>