Shades of Turkish Rose #936E70
Tints of Turkish Rose #936E70
RGB
CMYK
RGB Variations
Color information
#936E70 (or 0x936E70) is known color: Turkish Rose. HEX triplet: 93, 6E and 70. RGB value is (147,110,112). Sum of RGB (Red+Green+Blue) = 147+110+112=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #936E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E70 is #6C918F. Grayscale: #797979. Windows color (decimal): -7115152 or 7368339. OLE color: 7368339.
HSL color Cylindrical-coordinate representation of color #936E70: hue angle of 356.76º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #936E70 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 112 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.42 |
| HSL | 356.76º | 0.15% | 0.5% | - |
| HSV(B) | 356.76º | 0.25% | 0.58% | - |
| XYZ | 20.53 | 18.52 | 17.82 | - |
| YUV | 121.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 112 | 0 | 0.25 | 0.24 | 0.42 | 356.76 | 0.15 | 0.5 |
| Hex | 93 | 6E | 70 | 0 | 19 | 18 | 2A | 165 | F | 32 |
| Octal | 223 | 156 | 160 | 0 | 31 | 30 | 52 | 545 | 17 | 62 |
| Binary | 10010011 | 1101110 | 1110000 | 0 | 11001 | 11000 | 101010 | 101100101 | 1111 | 110010 |
Color Harmonies of #936E70
Complementary color
Monochromatic Colors of #936E70
Black with #936E70
Text Example
Text Example
White with #936E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E70; }
p { color: rgb(147,110,112); }
H1.HeaderClassName
{
color: #936E70;
}
.AnyTagClassName
{
color: #936E70;
}
</style>
background-color css
<style>
a { background-color: #936E70; }
a { background-color: rgb(147,110,112); }
div.DivClassName
{
background-color: #936E70;
}
.BgClassName
{
background-color: #936E70;
}
</style>
border-color css
<style>
span { border-color: #936E70; }
span { border-color: rgb(147,110,112); }
td.TdClassName
{
border-color: #936E70;
}
.TagClassName
{
border-color: #936E70;
}
</style>