Shades of Turkish Rose #926F70
Tints of Turkish Rose #926F70
RGB
CMYK
RGB Variations
Color information
#926F70 (or 0x926F70) is known color: Turkish Rose. HEX triplet: 92, 6F and 70. RGB value is (146,111,112). Sum of RGB (Red+Green+Blue) = 146+111+112=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #926F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F70 is #6D908F. Grayscale: #797979. Windows color (decimal): -7180432 or 7368594. OLE color: 7368594.
HSL color Cylindrical-coordinate representation of color #926F70: hue angle of 358.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F70 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 112 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.43 |
| HSL | 358.29º | 0.14% | 0.5% | - |
| HSV(B) | 358.29º | 0.24% | 0.57% | - |
| XYZ | 20.46 | 18.65 | 17.85 | - |
| YUV | 121.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 112 | 0 | 0.24 | 0.23 | 0.43 | 358.29 | 0.14 | 0.5 |
| Hex | 92 | 6F | 70 | 0 | 18 | 17 | 2B | 166 | E | 32 |
| Octal | 222 | 157 | 160 | 0 | 30 | 27 | 53 | 546 | 16 | 62 |
| Binary | 10010010 | 1101111 | 1110000 | 0 | 11000 | 10111 | 101011 | 101100110 | 1110 | 110010 |
Color Harmonies of #926F70
Complementary color
Monochromatic Colors of #926F70
Black with #926F70
Text Example
Text Example
White with #926F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F70; }
p { color: rgb(146,111,112); }
H1.HeaderClassName
{
color: #926F70;
}
.AnyTagClassName
{
color: #926F70;
}
</style>
background-color css
<style>
a { background-color: #926F70; }
a { background-color: rgb(146,111,112); }
div.DivClassName
{
background-color: #926F70;
}
.BgClassName
{
background-color: #926F70;
}
</style>
border-color css
<style>
span { border-color: #926F70; }
span { border-color: rgb(146,111,112); }
td.TdClassName
{
border-color: #926F70;
}
.TagClassName
{
border-color: #926F70;
}
</style>