Shades of Tosca #6F474E
Tints of Tosca #6F474E
RGB
CMYK
RGB Variations
Color information
#6F474E (or 0x6F474E) is known color: Tosca. HEX triplet: 6F, 47 and 4E. RGB value is (111,71,78). Sum of RGB (Red+Green+Blue) = 111+71+78=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F474E is #90B8B1. Grayscale: #535353. Windows color (decimal): -9484466 or 5130095. OLE color: 5130095.
HSL color Cylindrical-coordinate representation of color #6F474E: hue angle of 349.5º 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 #6F474E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 78 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.56 |
| HSL | 349.5º | 0.22% | 0.36% | - |
| HSV(B) | 349.5º | 0.36% | 0.44% | - |
| XYZ | 10.18 | 8.44 | 8.3 | - |
| YUV | 83.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 78 | 0 | 0.36 | 0.30 | 0.56 | 349.5 | 0.22 | 0.36 |
| Hex | 6F | 47 | 4E | 0 | 24 | 1E | 38 | 15E | 16 | 24 |
| Octal | 157 | 107 | 116 | 0 | 44 | 36 | 70 | 536 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1001110 | 0 | 100100 | 11110 | 111000 | 101011110 | 10110 | 100100 |
Color Harmonies of #6F474E
Complementary color
Monochromatic Colors of #6F474E
Black with #6F474E
Text Example
Text Example
White with #6F474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F474E; }
p { color: rgb(111,71,78); }
H1.HeaderClassName
{
color: #6F474E;
}
.AnyTagClassName
{
color: #6F474E;
}
</style>
background-color css
<style>
a { background-color: #6F474E; }
a { background-color: rgb(111,71,78); }
div.DivClassName
{
background-color: #6F474E;
}
.BgClassName
{
background-color: #6F474E;
}
</style>
border-color css
<style>
span { border-color: #6F474E; }
span { border-color: rgb(111,71,78); }
td.TdClassName
{
border-color: #6F474E;
}
.TagClassName
{
border-color: #6F474E;
}
</style>