Shades of Tosca #694147
Tints of Tosca #694147
RGB
CMYK
RGB Variations
Color information
#694147 (or 0x694147) is known color: Tosca. HEX triplet: 69, 41 and 47. RGB value is (105,65,71). Sum of RGB (Red+Green+Blue) = 105+65+71=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694147 is #96BEB8. Grayscale: #4D4D4D. Windows color (decimal): -9879225 or 4669801. OLE color: 4669801.
HSL color Cylindrical-coordinate representation of color #694147: hue angle of 351º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694147 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 71 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.59 |
| HSL | 351º | 0.24% | 0.33% | - |
| HSV(B) | 351º | 0.38% | 0.41% | - |
| XYZ | 8.85 | 7.24 | 6.89 | - |
| YUV | 77.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 71 | 0 | 0.38 | 0.32 | 0.59 | 351 | 0.24 | 0.33 |
| Hex | 69 | 41 | 47 | 0 | 26 | 20 | 3B | 15F | 18 | 21 |
| Octal | 151 | 101 | 107 | 0 | 46 | 40 | 73 | 537 | 30 | 41 |
| Binary | 1101001 | 1000001 | 1000111 | 0 | 100110 | 100000 | 111011 | 101011111 | 11000 | 100001 |
Color Harmonies of #694147
Complementary color
Monochromatic Colors of #694147
Black with #694147
Text Example
Text Example
White with #694147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694147; }
p { color: rgb(105,65,71); }
H1.HeaderClassName
{
color: #694147;
}
.AnyTagClassName
{
color: #694147;
}
</style>
background-color css
<style>
a { background-color: #694147; }
a { background-color: rgb(105,65,71); }
div.DivClassName
{
background-color: #694147;
}
.BgClassName
{
background-color: #694147;
}
</style>
border-color css
<style>
span { border-color: #694147; }
span { border-color: rgb(105,65,71); }
td.TdClassName
{
border-color: #694147;
}
.TagClassName
{
border-color: #694147;
}
</style>