Shades of Turkish Rose #936E74
Tints of Turkish Rose #936E74
RGB
CMYK
RGB Variations
Color information
#936E74 (or 0x936E74) is known color: Turkish Rose. HEX triplet: 93, 6E and 74. RGB value is (147,110,116). Sum of RGB (Red+Green+Blue) = 147+110+116=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #936E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E74 is #6C918B. Grayscale: #797979. Windows color (decimal): -7115148 or 7630483. OLE color: 7630483.
HSL color Cylindrical-coordinate representation of color #936E74: hue angle of 350.27º 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 #936E74 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 116 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.42 |
| HSL | 350.27º | 0.15% | 0.5% | - |
| HSV(B) | 350.27º | 0.25% | 0.58% | - |
| XYZ | 20.76 | 18.62 | 19.02 | - |
| YUV | 121.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 116 | 0 | 0.25 | 0.21 | 0.42 | 350.27 | 0.15 | 0.5 |
| Hex | 93 | 6E | 74 | 0 | 19 | 15 | 2A | 15E | F | 32 |
| Octal | 223 | 156 | 164 | 0 | 31 | 25 | 52 | 536 | 17 | 62 |
| Binary | 10010011 | 1101110 | 1110100 | 0 | 11001 | 10101 | 101010 | 101011110 | 1111 | 110010 |
Color Harmonies of #936E74
Complementary color
Monochromatic Colors of #936E74
Black with #936E74
Text Example
Text Example
White with #936E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E74; }
p { color: rgb(147,110,116); }
H1.HeaderClassName
{
color: #936E74;
}
.AnyTagClassName
{
color: #936E74;
}
</style>
background-color css
<style>
a { background-color: #936E74; }
a { background-color: rgb(147,110,116); }
div.DivClassName
{
background-color: #936E74;
}
.BgClassName
{
background-color: #936E74;
}
</style>
border-color css
<style>
span { border-color: #936E74; }
span { border-color: rgb(147,110,116); }
td.TdClassName
{
border-color: #936E74;
}
.TagClassName
{
border-color: #936E74;
}
</style>