Shades of Turkish Rose #96686B
Tints of Turkish Rose #96686B
RGB
CMYK
RGB Variations
Color information
#96686B (or 0x96686B) is known color: Turkish Rose. HEX triplet: 96, 68 and 6B. RGB value is (150,104,107). Sum of RGB (Red+Green+Blue) = 150+104+107=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96686B is #699794. Grayscale: #767676. Windows color (decimal): -6920085 or 7039126. OLE color: 7039126.
HSL color Cylindrical-coordinate representation of color #96686B: hue angle of 356.09º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96686B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 107 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.41 |
| HSL | 356.09º | 0.18% | 0.5% | - |
| HSV(B) | 356.09º | 0.31% | 0.59% | - |
| XYZ | 20.18 | 17.45 | 16.21 | - |
| YUV | 118.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 107 | 0 | 0.31 | 0.29 | 0.41 | 356.09 | 0.18 | 0.5 |
| Hex | 96 | 68 | 6B | 0 | 1F | 1D | 29 | 164 | 12 | 32 |
| Octal | 226 | 150 | 153 | 0 | 37 | 35 | 51 | 544 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1101011 | 0 | 11111 | 11101 | 101001 | 101100100 | 10010 | 110010 |
Color Harmonies of #96686B
Complementary color
Monochromatic Colors of #96686B
Black with #96686B
Text Example
Text Example
White with #96686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96686B; }
p { color: rgb(150,104,107); }
H1.HeaderClassName
{
color: #96686B;
}
.AnyTagClassName
{
color: #96686B;
}
</style>
background-color css
<style>
a { background-color: #96686B; }
a { background-color: rgb(150,104,107); }
div.DivClassName
{
background-color: #96686B;
}
.BgClassName
{
background-color: #96686B;
}
</style>
border-color css
<style>
span { border-color: #96686B; }
span { border-color: rgb(150,104,107); }
td.TdClassName
{
border-color: #96686B;
}
.TagClassName
{
border-color: #96686B;
}
</style>