Shades of Tosca #6F4247
Tints of Tosca #6F4247
RGB
CMYK
RGB Variations
Color information
#6F4247 (or 0x6F4247) is known color: Tosca. HEX triplet: 6F, 42 and 47. RGB value is (111,66,71). Sum of RGB (Red+Green+Blue) = 111+66+71=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4247 is #90BDB8. Grayscale: #505050. Windows color (decimal): -9485753 or 4670063. OLE color: 4670063.
HSL color Cylindrical-coordinate representation of color #6F4247: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4247 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 71 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.56 |
| HSL | 353.33º | 0.25% | 0.35% | - |
| HSV(B) | 353.33º | 0.41% | 0.44% | - |
| XYZ | 9.64 | 7.73 | 6.95 | - |
| YUV | 80.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 71 | 0 | 0.41 | 0.36 | 0.56 | 353.33 | 0.25 | 0.35 |
| Hex | 6F | 42 | 47 | 0 | 29 | 24 | 38 | 161 | 19 | 23 |
| Octal | 157 | 102 | 107 | 0 | 51 | 44 | 70 | 541 | 31 | 43 |
| Binary | 1101111 | 1000010 | 1000111 | 0 | 101001 | 100100 | 111000 | 101100001 | 11001 | 100011 |
Color Harmonies of #6F4247
Complementary color
Monochromatic Colors of #6F4247
Black with #6F4247
Text Example
Text Example
White with #6F4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4247; }
p { color: rgb(111,66,71); }
H1.HeaderClassName
{
color: #6F4247;
}
.AnyTagClassName
{
color: #6F4247;
}
</style>
background-color css
<style>
a { background-color: #6F4247; }
a { background-color: rgb(111,66,71); }
div.DivClassName
{
background-color: #6F4247;
}
.BgClassName
{
background-color: #6F4247;
}
</style>
border-color css
<style>
span { border-color: #6F4247; }
span { border-color: rgb(111,66,71); }
td.TdClassName
{
border-color: #6F4247;
}
.TagClassName
{
border-color: #6F4247;
}
</style>