Shades of Turkish Rose #94696B
Tints of Turkish Rose #94696B
RGB
CMYK
RGB Variations
Color information
#94696B (or 0x94696B) is known color: Turkish Rose. HEX triplet: 94, 69 and 6B. RGB value is (148,105,107). Sum of RGB (Red+Green+Blue) = 148+105+107=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94696B is #6B9694. Grayscale: #767676. Windows color (decimal): -7050901 or 7039380. OLE color: 7039380.
HSL color Cylindrical-coordinate representation of color #94696B: hue angle of 357.21º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94696B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 107 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.42 |
| HSL | 357.21º | 0.17% | 0.5% | - |
| HSV(B) | 357.21º | 0.29% | 0.58% | - |
| XYZ | 19.92 | 17.46 | 16.23 | - |
| YUV | 118.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 107 | 0 | 0.29 | 0.28 | 0.42 | 357.21 | 0.17 | 0.5 |
| Hex | 94 | 69 | 6B | 0 | 1D | 1C | 2A | 165 | 11 | 32 |
| Octal | 224 | 151 | 153 | 0 | 35 | 34 | 52 | 545 | 21 | 62 |
| Binary | 10010100 | 1101001 | 1101011 | 0 | 11101 | 11100 | 101010 | 101100101 | 10001 | 110010 |
Color Harmonies of #94696B
Complementary color
Monochromatic Colors of #94696B
Black with #94696B
Text Example
Text Example
White with #94696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94696B; }
p { color: rgb(148,105,107); }
H1.HeaderClassName
{
color: #94696B;
}
.AnyTagClassName
{
color: #94696B;
}
</style>
background-color css
<style>
a { background-color: #94696B; }
a { background-color: rgb(148,105,107); }
div.DivClassName
{
background-color: #94696B;
}
.BgClassName
{
background-color: #94696B;
}
</style>
border-color css
<style>
span { border-color: #94696B; }
span { border-color: rgb(148,105,107); }
td.TdClassName
{
border-color: #94696B;
}
.TagClassName
{
border-color: #94696B;
}
</style>