Shades of Turkish Rose #95686B
Tints of Turkish Rose #95686B
RGB
CMYK
RGB Variations
Color information
#95686B (or 0x95686B) is known color: Turkish Rose. HEX triplet: 95, 68 and 6B. RGB value is (149,104,107). Sum of RGB (Red+Green+Blue) = 149+104+107=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686B is #6A9794. Grayscale: #757575. Windows color (decimal): -6985621 or 7039125. OLE color: 7039125.
HSL color Cylindrical-coordinate representation of color #95686B: hue angle of 356º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95686B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 107 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.42 |
| HSL | 356º | 0.18% | 0.5% | - |
| HSV(B) | 356º | 0.3% | 0.58% | - |
| XYZ | 20 | 17.35 | 16.21 | - |
| YUV | 117.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 107 | 0 | 0.30 | 0.28 | 0.42 | 356 | 0.18 | 0.5 |
| Hex | 95 | 68 | 6B | 0 | 1E | 1C | 2A | 164 | 12 | 32 |
| Octal | 225 | 150 | 153 | 0 | 36 | 34 | 52 | 544 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1101011 | 0 | 11110 | 11100 | 101010 | 101100100 | 10010 | 110010 |
Color Harmonies of #95686B
Complementary color
Monochromatic Colors of #95686B
Black with #95686B
Text Example
Text Example
White with #95686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95686B; }
p { color: rgb(149,104,107); }
H1.HeaderClassName
{
color: #95686B;
}
.AnyTagClassName
{
color: #95686B;
}
</style>
background-color css
<style>
a { background-color: #95686B; }
a { background-color: rgb(149,104,107); }
div.DivClassName
{
background-color: #95686B;
}
.BgClassName
{
background-color: #95686B;
}
</style>
border-color css
<style>
span { border-color: #95686B; }
span { border-color: rgb(149,104,107); }
td.TdClassName
{
border-color: #95686B;
}
.TagClassName
{
border-color: #95686B;
}
</style>