Shades of Tosca #6F4048
Tints of Tosca #6F4048
RGB
CMYK
RGB Variations
Color information
#6F4048 (or 0x6F4048) is known color: Tosca. HEX triplet: 6F, 40 and 48. RGB value is (111,64,72). Sum of RGB (Red+Green+Blue) = 111+64+72=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4048 is #90BFB7. Grayscale: #4E4E4E. Windows color (decimal): -9486264 or 4735087. OLE color: 4735087.
HSL color Cylindrical-coordinate representation of color #6F4048: hue angle of 349.79º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4048 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 72 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.56 |
| HSL | 349.79º | 0.27% | 0.34% | - |
| HSV(B) | 349.79º | 0.42% | 0.44% | - |
| XYZ | 9.56 | 7.51 | 7.08 | - |
| YUV | 78.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 72 | 0 | 0.42 | 0.35 | 0.56 | 349.79 | 0.27 | 0.34 |
| Hex | 6F | 40 | 48 | 0 | 2A | 23 | 38 | 15E | 1B | 22 |
| Octal | 157 | 100 | 110 | 0 | 52 | 43 | 70 | 536 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1001000 | 0 | 101010 | 100011 | 111000 | 101011110 | 11011 | 100010 |
Color Harmonies of #6F4048
Complementary color
Monochromatic Colors of #6F4048
Black with #6F4048
Text Example
Text Example
White with #6F4048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4048; }
p { color: rgb(111,64,72); }
H1.HeaderClassName
{
color: #6F4048;
}
.AnyTagClassName
{
color: #6F4048;
}
</style>
background-color css
<style>
a { background-color: #6F4048; }
a { background-color: rgb(111,64,72); }
div.DivClassName
{
background-color: #6F4048;
}
.BgClassName
{
background-color: #6F4048;
}
</style>
border-color css
<style>
span { border-color: #6F4048; }
span { border-color: rgb(111,64,72); }
td.TdClassName
{
border-color: #6F4048;
}
.TagClassName
{
border-color: #6F4048;
}
</style>