Shades of Turkish Rose #926F74
Tints of Turkish Rose #926F74
RGB
CMYK
RGB Variations
Color information
#926F74 (or 0x926F74) is known color: Turkish Rose. HEX triplet: 92, 6F and 74. RGB value is (146,111,116). Sum of RGB (Red+Green+Blue) = 146+111+116=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #926F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F74 is #6D908B. Grayscale: #7A7A7A. Windows color (decimal): -7180428 or 7630738. OLE color: 7630738.
HSL color Cylindrical-coordinate representation of color #926F74: hue angle of 351.43º 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 #926F74 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 116 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.43 |
| HSL | 351.43º | 0.14% | 0.5% | - |
| HSV(B) | 351.43º | 0.24% | 0.57% | - |
| XYZ | 20.69 | 18.74 | 19.05 | - |
| YUV | 122.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 116 | 0 | 0.24 | 0.21 | 0.43 | 351.43 | 0.14 | 0.5 |
| Hex | 92 | 6F | 74 | 0 | 18 | 15 | 2B | 15F | E | 32 |
| Octal | 222 | 157 | 164 | 0 | 30 | 25 | 53 | 537 | 16 | 62 |
| Binary | 10010010 | 1101111 | 1110100 | 0 | 11000 | 10101 | 101011 | 101011111 | 1110 | 110010 |
Color Harmonies of #926F74
Complementary color
Monochromatic Colors of #926F74
Black with #926F74
Text Example
Text Example
White with #926F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F74; }
p { color: rgb(146,111,116); }
H1.HeaderClassName
{
color: #926F74;
}
.AnyTagClassName
{
color: #926F74;
}
</style>
background-color css
<style>
a { background-color: #926F74; }
a { background-color: rgb(146,111,116); }
div.DivClassName
{
background-color: #926F74;
}
.BgClassName
{
background-color: #926F74;
}
</style>
border-color css
<style>
span { border-color: #926F74; }
span { border-color: rgb(146,111,116); }
td.TdClassName
{
border-color: #926F74;
}
.TagClassName
{
border-color: #926F74;
}
</style>