Shades of Turkish Rose #956A6F
Tints of Turkish Rose #956A6F
RGB
CMYK
RGB Variations
Color information
#956A6F (or 0x956A6F) is known color: Turkish Rose. HEX triplet: 95, 6A and 6F. RGB value is (149,106,111). Sum of RGB (Red+Green+Blue) = 149+106+111=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A6F is #6A9590. Grayscale: #777777. Windows color (decimal): -6985105 or 7301781. OLE color: 7301781.
HSL color Cylindrical-coordinate representation of color #956A6F: hue angle of 353.02º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956A6F is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 111 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.42 |
| HSL | 353.02º | 0.17% | 0.5% | - |
| HSV(B) | 353.02º | 0.29% | 0.58% | - |
| XYZ | 20.42 | 17.85 | 17.41 | - |
| YUV | 119.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 111 | 0 | 0.29 | 0.26 | 0.42 | 353.02 | 0.17 | 0.5 |
| Hex | 95 | 6A | 6F | 0 | 1D | 1A | 2A | 161 | 11 | 32 |
| Octal | 225 | 152 | 157 | 0 | 35 | 32 | 52 | 541 | 21 | 62 |
| Binary | 10010101 | 1101010 | 1101111 | 0 | 11101 | 11010 | 101010 | 101100001 | 10001 | 110010 |
Color Harmonies of #956A6F
Complementary color
Monochromatic Colors of #956A6F
Black with #956A6F
Text Example
Text Example
White with #956A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A6F; }
p { color: rgb(149,106,111); }
H1.HeaderClassName
{
color: #956A6F;
}
.AnyTagClassName
{
color: #956A6F;
}
</style>
background-color css
<style>
a { background-color: #956A6F; }
a { background-color: rgb(149,106,111); }
div.DivClassName
{
background-color: #956A6F;
}
.BgClassName
{
background-color: #956A6F;
}
</style>
border-color css
<style>
span { border-color: #956A6F; }
span { border-color: rgb(149,106,111); }
td.TdClassName
{
border-color: #956A6F;
}
.TagClassName
{
border-color: #956A6F;
}
</style>