Shades of Tosca #6F474B
Tints of Tosca #6F474B
RGB
CMYK
RGB Variations
Color information
#6F474B (or 0x6F474B) is known color: Tosca. HEX triplet: 6F, 47 and 4B. RGB value is (111,71,75). Sum of RGB (Red+Green+Blue) = 111+71+75=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F474B is #90B8B4. Grayscale: #535353. Windows color (decimal): -9484469 or 4933487. OLE color: 4933487.
HSL color Cylindrical-coordinate representation of color #6F474B: hue angle of 354º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F474B is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 75 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.56 |
| HSL | 354º | 0.22% | 0.36% | - |
| HSV(B) | 354º | 0.36% | 0.44% | - |
| XYZ | 10.08 | 8.39 | 7.75 | - |
| YUV | 83.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 75 | 0 | 0.36 | 0.32 | 0.56 | 354 | 0.22 | 0.36 |
| Hex | 6F | 47 | 4B | 0 | 24 | 20 | 38 | 162 | 16 | 24 |
| Octal | 157 | 107 | 113 | 0 | 44 | 40 | 70 | 542 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1001011 | 0 | 100100 | 100000 | 111000 | 101100010 | 10110 | 100100 |
Color Harmonies of #6F474B
Complementary color
Monochromatic Colors of #6F474B
Black with #6F474B
Text Example
Text Example
White with #6F474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F474B; }
p { color: rgb(111,71,75); }
H1.HeaderClassName
{
color: #6F474B;
}
.AnyTagClassName
{
color: #6F474B;
}
</style>
background-color css
<style>
a { background-color: #6F474B; }
a { background-color: rgb(111,71,75); }
div.DivClassName
{
background-color: #6F474B;
}
.BgClassName
{
background-color: #6F474B;
}
</style>
border-color css
<style>
span { border-color: #6F474B; }
span { border-color: rgb(111,71,75); }
td.TdClassName
{
border-color: #6F474B;
}
.TagClassName
{
border-color: #6F474B;
}
</style>