Shades of Turkish Rose #946B6D
Tints of Turkish Rose #946B6D
RGB
CMYK
RGB Variations
Color information
#946B6D (or 0x946B6D) is known color: Turkish Rose. HEX triplet: 94, 6B and 6D. RGB value is (148,107,109). Sum of RGB (Red+Green+Blue) = 148+107+109=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B6D is #6B9492. Grayscale: #777777. Windows color (decimal): -7050387 or 7170964. OLE color: 7170964.
HSL color Cylindrical-coordinate representation of color #946B6D: hue angle of 357.07º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946B6D is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 109 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.42 |
| HSL | 357.07º | 0.16% | 0.5% | - |
| HSV(B) | 357.07º | 0.28% | 0.58% | - |
| XYZ | 20.23 | 17.92 | 16.86 | - |
| YUV | 119.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 109 | 0 | 0.28 | 0.26 | 0.42 | 357.07 | 0.16 | 0.5 |
| Hex | 94 | 6B | 6D | 0 | 1C | 1A | 2A | 165 | 10 | 32 |
| Octal | 224 | 153 | 155 | 0 | 34 | 32 | 52 | 545 | 20 | 62 |
| Binary | 10010100 | 1101011 | 1101101 | 0 | 11100 | 11010 | 101010 | 101100101 | 10000 | 110010 |
Color Harmonies of #946B6D
Complementary color
Monochromatic Colors of #946B6D
Black with #946B6D
Text Example
Text Example
White with #946B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B6D; }
p { color: rgb(148,107,109); }
H1.HeaderClassName
{
color: #946B6D;
}
.AnyTagClassName
{
color: #946B6D;
}
</style>
background-color css
<style>
a { background-color: #946B6D; }
a { background-color: rgb(148,107,109); }
div.DivClassName
{
background-color: #946B6D;
}
.BgClassName
{
background-color: #946B6D;
}
</style>
border-color css
<style>
span { border-color: #946B6D; }
span { border-color: rgb(148,107,109); }
td.TdClassName
{
border-color: #946B6D;
}
.TagClassName
{
border-color: #946B6D;
}
</style>