Shades of Turkish Rose #966D75
Tints of Turkish Rose #966D75
RGB
CMYK
RGB Variations
Color information
#966D75 (or 0x966D75) is known color: Turkish Rose. HEX triplet: 96, 6D and 75. RGB value is (150,109,117). Sum of RGB (Red+Green+Blue) = 150+109+117=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #966D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D75 is #69928A. Grayscale: #7A7A7A. Windows color (decimal): -6918795 or 7695766. OLE color: 7695766.
HSL color Cylindrical-coordinate representation of color #966D75: hue angle of 348.29º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D75 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 117 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.41 |
| HSL | 348.29º | 0.16% | 0.51% | - |
| HSV(B) | 348.29º | 0.27% | 0.59% | - |
| XYZ | 21.26 | 18.71 | 19.32 | - |
| YUV | 122.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 117 | 0 | 0.27 | 0.22 | 0.41 | 348.29 | 0.16 | 0.51 |
| Hex | 96 | 6D | 75 | 0 | 1B | 16 | 29 | 15C | 10 | 33 |
| Octal | 226 | 155 | 165 | 0 | 33 | 26 | 51 | 534 | 20 | 63 |
| Binary | 10010110 | 1101101 | 1110101 | 0 | 11011 | 10110 | 101001 | 101011100 | 10000 | 110011 |
Color Harmonies of #966D75
Complementary color
Monochromatic Colors of #966D75
Black with #966D75
Text Example
Text Example
White with #966D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D75; }
p { color: rgb(150,109,117); }
H1.HeaderClassName
{
color: #966D75;
}
.AnyTagClassName
{
color: #966D75;
}
</style>
background-color css
<style>
a { background-color: #966D75; }
a { background-color: rgb(150,109,117); }
div.DivClassName
{
background-color: #966D75;
}
.BgClassName
{
background-color: #966D75;
}
</style>
border-color css
<style>
span { border-color: #966D75; }
span { border-color: rgb(150,109,117); }
td.TdClassName
{
border-color: #966D75;
}
.TagClassName
{
border-color: #966D75;
}
</style>