Shades of Turkish Rose #95696B
Tints of Turkish Rose #95696B
RGB
CMYK
RGB Variations
Color information
#95696B (or 0x95696B) is known color: Turkish Rose. HEX triplet: 95, 69 and 6B. RGB value is (149,105,107). Sum of RGB (Red+Green+Blue) = 149+105+107=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95696B is #6A9694. Grayscale: #767676. Windows color (decimal): -6985365 or 7039381. OLE color: 7039381.
HSL color Cylindrical-coordinate representation of color #95696B: hue angle of 357.27º degrees, saturation: 0.17, 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 #95696B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 107 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.42 |
| HSL | 357.27º | 0.17% | 0.5% | - |
| HSV(B) | 357.27º | 0.3% | 0.58% | - |
| XYZ | 20.1 | 17.55 | 16.24 | - |
| YUV | 118.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 107 | 0 | 0.30 | 0.28 | 0.42 | 357.27 | 0.17 | 0.5 |
| Hex | 95 | 69 | 6B | 0 | 1E | 1C | 2A | 165 | 11 | 32 |
| Octal | 225 | 151 | 153 | 0 | 36 | 34 | 52 | 545 | 21 | 62 |
| Binary | 10010101 | 1101001 | 1101011 | 0 | 11110 | 11100 | 101010 | 101100101 | 10001 | 110010 |
Color Harmonies of #95696B
Complementary color
Monochromatic Colors of #95696B
Black with #95696B
Text Example
Text Example
White with #95696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95696B; }
p { color: rgb(149,105,107); }
H1.HeaderClassName
{
color: #95696B;
}
.AnyTagClassName
{
color: #95696B;
}
</style>
background-color css
<style>
a { background-color: #95696B; }
a { background-color: rgb(149,105,107); }
div.DivClassName
{
background-color: #95696B;
}
.BgClassName
{
background-color: #95696B;
}
</style>
border-color css
<style>
span { border-color: #95696B; }
span { border-color: rgb(149,105,107); }
td.TdClassName
{
border-color: #95696B;
}
.TagClassName
{
border-color: #95696B;
}
</style>