Shades of Turkish Rose #916F71
Tints of Turkish Rose #916F71
RGB
CMYK
RGB Variations
Color information
#916F71 (or 0x916F71) is known color: Turkish Rose. HEX triplet: 91, 6F and 71. RGB value is (145,111,113). Sum of RGB (Red+Green+Blue) = 145+111+113=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #916F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F71 is #6E908E. Grayscale: #797979. Windows color (decimal): -7245967 or 7434129. OLE color: 7434129.
HSL color Cylindrical-coordinate representation of color #916F71: hue angle of 356.47º 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 #916F71 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 113 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.43 |
| HSL | 356.47º | 0.13% | 0.5% | - |
| HSV(B) | 356.47º | 0.23% | 0.57% | - |
| XYZ | 20.34 | 18.58 | 18.14 | - |
| YUV | 121.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 113 | 0 | 0.23 | 0.22 | 0.43 | 356.47 | 0.13 | 0.5 |
| Hex | 91 | 6F | 71 | 0 | 17 | 16 | 2B | 164 | D | 32 |
| Octal | 221 | 157 | 161 | 0 | 27 | 26 | 53 | 544 | 15 | 62 |
| Binary | 10010001 | 1101111 | 1110001 | 0 | 10111 | 10110 | 101011 | 101100100 | 1101 | 110010 |
Color Harmonies of #916F71
Complementary color
Monochromatic Colors of #916F71
Black with #916F71
Text Example
Text Example
White with #916F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F71; }
p { color: rgb(145,111,113); }
H1.HeaderClassName
{
color: #916F71;
}
.AnyTagClassName
{
color: #916F71;
}
</style>
background-color css
<style>
a { background-color: #916F71; }
a { background-color: rgb(145,111,113); }
div.DivClassName
{
background-color: #916F71;
}
.BgClassName
{
background-color: #916F71;
}
</style>
border-color css
<style>
span { border-color: #916F71; }
span { border-color: rgb(145,111,113); }
td.TdClassName
{
border-color: #916F71;
}
.TagClassName
{
border-color: #916F71;
}
</style>