Shades of Tosca #6F454D
Tints of Tosca #6F454D
RGB
CMYK
RGB Variations
Color information
#6F454D (or 0x6F454D) is known color: Tosca. HEX triplet: 6F, 45 and 4D. RGB value is (111,69,77). Sum of RGB (Red+Green+Blue) = 111+69+77=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F454D is #90BAB2. Grayscale: #525252. Windows color (decimal): -9484979 or 5064047. OLE color: 5064047.
HSL color Cylindrical-coordinate representation of color #6F454D: hue angle of 348.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F454D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 77 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.56 |
| HSL | 348.57º | 0.23% | 0.35% | - |
| HSV(B) | 348.57º | 0.38% | 0.44% | - |
| XYZ | 10.02 | 8.17 | 8.07 | - |
| YUV | 82.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 77 | 0 | 0.38 | 0.31 | 0.56 | 348.57 | 0.23 | 0.35 |
| Hex | 6F | 45 | 4D | 0 | 26 | 1F | 38 | 15D | 17 | 23 |
| Octal | 157 | 105 | 115 | 0 | 46 | 37 | 70 | 535 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1001101 | 0 | 100110 | 11111 | 111000 | 101011101 | 10111 | 100011 |
Color Harmonies of #6F454D
Complementary color
Monochromatic Colors of #6F454D
Black with #6F454D
Text Example
Text Example
White with #6F454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F454D; }
p { color: rgb(111,69,77); }
H1.HeaderClassName
{
color: #6F454D;
}
.AnyTagClassName
{
color: #6F454D;
}
</style>
background-color css
<style>
a { background-color: #6F454D; }
a { background-color: rgb(111,69,77); }
div.DivClassName
{
background-color: #6F454D;
}
.BgClassName
{
background-color: #6F454D;
}
</style>
border-color css
<style>
span { border-color: #6F454D; }
span { border-color: rgb(111,69,77); }
td.TdClassName
{
border-color: #6F454D;
}
.TagClassName
{
border-color: #6F454D;
}
</style>