Shades of Turkish Rose #936B6D
Tints of Turkish Rose #936B6D
RGB
CMYK
RGB Variations
Color information
#936B6D (or 0x936B6D) is known color: Turkish Rose. HEX triplet: 93, 6B and 6D. RGB value is (147,107,109). Sum of RGB (Red+Green+Blue) = 147+107+109=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B6D is #6C9492. Grayscale: #777777. Windows color (decimal): -7115923 or 7170963. OLE color: 7170963.
HSL color Cylindrical-coordinate representation of color #936B6D: hue angle of 357º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B6D is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 109 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.42 |
| HSL | 357º | 0.16% | 0.5% | - |
| HSV(B) | 357º | 0.27% | 0.58% | - |
| XYZ | 20.05 | 17.82 | 16.85 | - |
| YUV | 119.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 109 | 0 | 0.27 | 0.26 | 0.42 | 357 | 0.16 | 0.5 |
| Hex | 93 | 6B | 6D | 0 | 1B | 1A | 2A | 165 | 10 | 32 |
| Octal | 223 | 153 | 155 | 0 | 33 | 32 | 52 | 545 | 20 | 62 |
| Binary | 10010011 | 1101011 | 1101101 | 0 | 11011 | 11010 | 101010 | 101100101 | 10000 | 110010 |
Color Harmonies of #936B6D
Complementary color
Monochromatic Colors of #936B6D
Black with #936B6D
Text Example
Text Example
White with #936B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B6D; }
p { color: rgb(147,107,109); }
H1.HeaderClassName
{
color: #936B6D;
}
.AnyTagClassName
{
color: #936B6D;
}
</style>
background-color css
<style>
a { background-color: #936B6D; }
a { background-color: rgb(147,107,109); }
div.DivClassName
{
background-color: #936B6D;
}
.BgClassName
{
background-color: #936B6D;
}
</style>
border-color css
<style>
span { border-color: #936B6D; }
span { border-color: rgb(147,107,109); }
td.TdClassName
{
border-color: #936B6D;
}
.TagClassName
{
border-color: #936B6D;
}
</style>