Shades of Turkish Rose #95686A
Tints of Turkish Rose #95686A
RGB
CMYK
RGB Variations
Color information
#95686A (or 0x95686A) is known color: Turkish Rose. HEX triplet: 95, 68 and 6A. RGB value is (149,104,106). Sum of RGB (Red+Green+Blue) = 149+104+106=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686A is #6A9795. Grayscale: #757575. Windows color (decimal): -6985622 or 6973589. OLE color: 6973589.
HSL color Cylindrical-coordinate representation of color #95686A: hue angle of 357.33º 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 #95686A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 106 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.42 |
| HSL | 357.33º | 0.18% | 0.5% | - |
| HSV(B) | 357.33º | 0.3% | 0.58% | - |
| XYZ | 19.95 | 17.33 | 15.93 | - |
| YUV | 117.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 106 | 0 | 0.30 | 0.29 | 0.42 | 357.33 | 0.18 | 0.5 |
| Hex | 95 | 68 | 6A | 0 | 1E | 1D | 2A | 165 | 12 | 32 |
| Octal | 225 | 150 | 152 | 0 | 36 | 35 | 52 | 545 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1101010 | 0 | 11110 | 11101 | 101010 | 101100101 | 10010 | 110010 |
Color Harmonies of #95686A
Complementary color
Monochromatic Colors of #95686A
Black with #95686A
Text Example
Text Example
White with #95686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95686A; }
p { color: rgb(149,104,106); }
H1.HeaderClassName
{
color: #95686A;
}
.AnyTagClassName
{
color: #95686A;
}
</style>
background-color css
<style>
a { background-color: #95686A; }
a { background-color: rgb(149,104,106); }
div.DivClassName
{
background-color: #95686A;
}
.BgClassName
{
background-color: #95686A;
}
</style>
border-color css
<style>
span { border-color: #95686A; }
span { border-color: rgb(149,104,106); }
td.TdClassName
{
border-color: #95686A;
}
.TagClassName
{
border-color: #95686A;
}
</style>