Shades of Turkish Rose #916F72
Tints of Turkish Rose #916F72
RGB
CMYK
RGB Variations
Color information
#916F72 (or 0x916F72) is known color: Turkish Rose. HEX triplet: 91, 6F and 72. RGB value is (145,111,114). Sum of RGB (Red+Green+Blue) = 145+111+114=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #916F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F72 is #6E908D. Grayscale: #797979. Windows color (decimal): -7245966 or 7499665. OLE color: 7499665.
HSL color Cylindrical-coordinate representation of color #916F72: hue angle of 354.71º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F72 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 114 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.43 |
| HSL | 354.71º | 0.13% | 0.5% | - |
| HSV(B) | 354.71º | 0.23% | 0.57% | - |
| XYZ | 20.4 | 18.6 | 18.44 | - |
| YUV | 121.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 114 | 0 | 0.23 | 0.21 | 0.43 | 354.71 | 0.13 | 0.5 |
| Hex | 91 | 6F | 72 | 0 | 17 | 15 | 2B | 163 | D | 32 |
| Octal | 221 | 157 | 162 | 0 | 27 | 25 | 53 | 543 | 15 | 62 |
| Binary | 10010001 | 1101111 | 1110010 | 0 | 10111 | 10101 | 101011 | 101100011 | 1101 | 110010 |
Color Harmonies of #916F72
Complementary color
Monochromatic Colors of #916F72
Black with #916F72
Text Example
Text Example
White with #916F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F72; }
p { color: rgb(145,111,114); }
H1.HeaderClassName
{
color: #916F72;
}
.AnyTagClassName
{
color: #916F72;
}
</style>
background-color css
<style>
a { background-color: #916F72; }
a { background-color: rgb(145,111,114); }
div.DivClassName
{
background-color: #916F72;
}
.BgClassName
{
background-color: #916F72;
}
</style>
border-color css
<style>
span { border-color: #916F72; }
span { border-color: rgb(145,111,114); }
td.TdClassName
{
border-color: #916F72;
}
.TagClassName
{
border-color: #916F72;
}
</style>