Shades of Tosca #6F494D
Tints of Tosca #6F494D
RGB
CMYK
RGB Variations
Color information
#6F494D (or 0x6F494D) is known color: Tosca. HEX triplet: 6F, 49 and 4D. RGB value is (111,73,77). Sum of RGB (Red+Green+Blue) = 111+73+77=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F494D is #90B6B2. Grayscale: #545454. Windows color (decimal): -9483955 or 5065071. OLE color: 5065071.
HSL color Cylindrical-coordinate representation of color #6F494D: hue angle of 353.68º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F494D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 77 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.56 |
| HSL | 353.68º | 0.21% | 0.36% | - |
| HSV(B) | 353.68º | 0.34% | 0.44% | - |
| XYZ | 10.28 | 8.68 | 8.15 | - |
| YUV | 84.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 77 | 0 | 0.34 | 0.31 | 0.56 | 353.68 | 0.21 | 0.36 |
| Hex | 6F | 49 | 4D | 0 | 22 | 1F | 38 | 162 | 15 | 24 |
| Octal | 157 | 111 | 115 | 0 | 42 | 37 | 70 | 542 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1001101 | 0 | 100010 | 11111 | 111000 | 101100010 | 10101 | 100100 |
Color Harmonies of #6F494D
Complementary color
Monochromatic Colors of #6F494D
Black with #6F494D
Text Example
Text Example
White with #6F494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F494D; }
p { color: rgb(111,73,77); }
H1.HeaderClassName
{
color: #6F494D;
}
.AnyTagClassName
{
color: #6F494D;
}
</style>
background-color css
<style>
a { background-color: #6F494D; }
a { background-color: rgb(111,73,77); }
div.DivClassName
{
background-color: #6F494D;
}
.BgClassName
{
background-color: #6F494D;
}
</style>
border-color css
<style>
span { border-color: #6F494D; }
span { border-color: rgb(111,73,77); }
td.TdClassName
{
border-color: #6F494D;
}
.TagClassName
{
border-color: #6F494D;
}
</style>