Shades of Turkish Rose #956D6F
Tints of Turkish Rose #956D6F
RGB
CMYK
RGB Variations
Color information
#956D6F (or 0x956D6F) is known color: Turkish Rose. HEX triplet: 95, 6D and 6F. RGB value is (149,109,111). Sum of RGB (Red+Green+Blue) = 149+109+111=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D6F is #6A9290. Grayscale: #797979. Windows color (decimal): -6984337 or 7302549. OLE color: 7302549.
HSL color Cylindrical-coordinate representation of color #956D6F: hue angle of 357º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #956D6F is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 111 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.42 |
| HSL | 357º | 0.16% | 0.51% | - |
| HSV(B) | 357º | 0.27% | 0.58% | - |
| XYZ | 20.73 | 18.47 | 17.51 | - |
| YUV | 121.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 111 | 0 | 0.27 | 0.26 | 0.42 | 357 | 0.16 | 0.51 |
| Hex | 95 | 6D | 6F | 0 | 1B | 1A | 2A | 165 | 10 | 33 |
| Octal | 225 | 155 | 157 | 0 | 33 | 32 | 52 | 545 | 20 | 63 |
| Binary | 10010101 | 1101101 | 1101111 | 0 | 11011 | 11010 | 101010 | 101100101 | 10000 | 110011 |
Color Harmonies of #956D6F
Complementary color
Monochromatic Colors of #956D6F
Black with #956D6F
Text Example
Text Example
White with #956D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D6F; }
p { color: rgb(149,109,111); }
H1.HeaderClassName
{
color: #956D6F;
}
.AnyTagClassName
{
color: #956D6F;
}
</style>
background-color css
<style>
a { background-color: #956D6F; }
a { background-color: rgb(149,109,111); }
div.DivClassName
{
background-color: #956D6F;
}
.BgClassName
{
background-color: #956D6F;
}
</style>
border-color css
<style>
span { border-color: #956D6F; }
span { border-color: rgb(149,109,111); }
td.TdClassName
{
border-color: #956D6F;
}
.TagClassName
{
border-color: #956D6F;
}
</style>