Shades of Turkish Rose #96686C
Tints of Turkish Rose #96686C
RGB
CMYK
RGB Variations
Color information
#96686C (or 0x96686C) is known color: Turkish Rose. HEX triplet: 96, 68 and 6C. RGB value is (150,104,108). Sum of RGB (Red+Green+Blue) = 150+104+108=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96686C is #699793. Grayscale: #767676. Windows color (decimal): -6920084 or 7104662. OLE color: 7104662.
HSL color Cylindrical-coordinate representation of color #96686C: hue angle of 354.78º 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 #96686C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 108 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.41 |
| HSL | 354.78º | 0.18% | 0.5% | - |
| HSV(B) | 354.78º | 0.31% | 0.59% | - |
| XYZ | 20.23 | 17.47 | 16.49 | - |
| YUV | 118.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 108 | 0 | 0.31 | 0.28 | 0.41 | 354.78 | 0.18 | 0.5 |
| Hex | 96 | 68 | 6C | 0 | 1F | 1C | 29 | 163 | 12 | 32 |
| Octal | 226 | 150 | 154 | 0 | 37 | 34 | 51 | 543 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1101100 | 0 | 11111 | 11100 | 101001 | 101100011 | 10010 | 110010 |
Color Harmonies of #96686C
Complementary color
Monochromatic Colors of #96686C
Black with #96686C
Text Example
Text Example
White with #96686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96686C; }
p { color: rgb(150,104,108); }
H1.HeaderClassName
{
color: #96686C;
}
.AnyTagClassName
{
color: #96686C;
}
</style>
background-color css
<style>
a { background-color: #96686C; }
a { background-color: rgb(150,104,108); }
div.DivClassName
{
background-color: #96686C;
}
.BgClassName
{
background-color: #96686C;
}
</style>
border-color css
<style>
span { border-color: #96686C; }
span { border-color: rgb(150,104,108); }
td.TdClassName
{
border-color: #96686C;
}
.TagClassName
{
border-color: #96686C;
}
</style>