Shades of Tosca #6F494F
Tints of Tosca #6F494F
RGB
CMYK
RGB Variations
Color information
#6F494F (or 0x6F494F) is known color: Tosca. HEX triplet: 6F, 49 and 4F. RGB value is (111,73,79). Sum of RGB (Red+Green+Blue) = 111+73+79=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F494F is #90B6B0. Grayscale: #555555. Windows color (decimal): -9483953 or 5196143. OLE color: 5196143.
HSL color Cylindrical-coordinate representation of color #6F494F: hue angle of 350.53º 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 #6F494F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 79 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.56 |
| HSL | 350.53º | 0.21% | 0.36% | - |
| HSV(B) | 350.53º | 0.34% | 0.44% | - |
| XYZ | 10.35 | 8.71 | 8.53 | - |
| YUV | 85.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 79 | 0 | 0.34 | 0.29 | 0.56 | 350.53 | 0.21 | 0.36 |
| Hex | 6F | 49 | 4F | 0 | 22 | 1D | 38 | 15F | 15 | 24 |
| Octal | 157 | 111 | 117 | 0 | 42 | 35 | 70 | 537 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1001111 | 0 | 100010 | 11101 | 111000 | 101011111 | 10101 | 100100 |
Color Harmonies of #6F494F
Complementary color
Monochromatic Colors of #6F494F
Black with #6F494F
Text Example
Text Example
White with #6F494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F494F; }
p { color: rgb(111,73,79); }
H1.HeaderClassName
{
color: #6F494F;
}
.AnyTagClassName
{
color: #6F494F;
}
</style>
background-color css
<style>
a { background-color: #6F494F; }
a { background-color: rgb(111,73,79); }
div.DivClassName
{
background-color: #6F494F;
}
.BgClassName
{
background-color: #6F494F;
}
</style>
border-color css
<style>
span { border-color: #6F494F; }
span { border-color: rgb(111,73,79); }
td.TdClassName
{
border-color: #6F494F;
}
.TagClassName
{
border-color: #6F494F;
}
</style>