Shades of Turkish Rose #966D72
Tints of Turkish Rose #966D72
RGB
CMYK
RGB Variations
Color information
#966D72 (or 0x966D72) is known color: Turkish Rose. HEX triplet: 96, 6D and 72. RGB value is (150,109,114). Sum of RGB (Red+Green+Blue) = 150+109+114=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #966D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D72 is #69928D. Grayscale: #797979. Windows color (decimal): -6918798 or 7499158. OLE color: 7499158.
HSL color Cylindrical-coordinate representation of color #966D72: hue angle of 352.68º 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 #966D72 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 114 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.41 |
| HSL | 352.68º | 0.16% | 0.51% | - |
| HSV(B) | 352.68º | 0.27% | 0.59% | - |
| XYZ | 21.08 | 18.64 | 18.41 | - |
| YUV | 121.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 114 | 0 | 0.27 | 0.24 | 0.41 | 352.68 | 0.16 | 0.51 |
| Hex | 96 | 6D | 72 | 0 | 1B | 18 | 29 | 161 | 10 | 33 |
| Octal | 226 | 155 | 162 | 0 | 33 | 30 | 51 | 541 | 20 | 63 |
| Binary | 10010110 | 1101101 | 1110010 | 0 | 11011 | 11000 | 101001 | 101100001 | 10000 | 110011 |
Color Harmonies of #966D72
Complementary color
Monochromatic Colors of #966D72
Black with #966D72
Text Example
Text Example
White with #966D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D72; }
p { color: rgb(150,109,114); }
H1.HeaderClassName
{
color: #966D72;
}
.AnyTagClassName
{
color: #966D72;
}
</style>
background-color css
<style>
a { background-color: #966D72; }
a { background-color: rgb(150,109,114); }
div.DivClassName
{
background-color: #966D72;
}
.BgClassName
{
background-color: #966D72;
}
</style>
border-color css
<style>
span { border-color: #966D72; }
span { border-color: rgb(150,109,114); }
td.TdClassName
{
border-color: #966D72;
}
.TagClassName
{
border-color: #966D72;
}
</style>