Shades of Tosca #6F4748
Tints of Tosca #6F4748
RGB
CMYK
RGB Variations
Color information
#6F4748 (or 0x6F4748) is known color: Tosca. HEX triplet: 6F, 47 and 48. RGB value is (111,71,72). Sum of RGB (Red+Green+Blue) = 111+71+72=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4748 is #90B8B7. Grayscale: #535353. Windows color (decimal): -9484472 or 4736879. OLE color: 4736879.
HSL color Cylindrical-coordinate representation of color #6F4748: hue angle of 358.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 #6F4748 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 72 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.56 |
| HSL | 358.5º | 0.22% | 0.36% | - |
| HSV(B) | 358.5º | 0.36% | 0.44% | - |
| XYZ | 9.98 | 8.35 | 7.22 | - |
| YUV | 83.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 72 | 0 | 0.36 | 0.35 | 0.56 | 358.5 | 0.22 | 0.36 |
| Hex | 6F | 47 | 48 | 0 | 24 | 23 | 38 | 166 | 16 | 24 |
| Octal | 157 | 107 | 110 | 0 | 44 | 43 | 70 | 546 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1001000 | 0 | 100100 | 100011 | 111000 | 101100110 | 10110 | 100100 |
Color Harmonies of #6F4748
Complementary color
Monochromatic Colors of #6F4748
Black with #6F4748
Text Example
Text Example
White with #6F4748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4748; }
p { color: rgb(111,71,72); }
H1.HeaderClassName
{
color: #6F4748;
}
.AnyTagClassName
{
color: #6F4748;
}
</style>
background-color css
<style>
a { background-color: #6F4748; }
a { background-color: rgb(111,71,72); }
div.DivClassName
{
background-color: #6F4748;
}
.BgClassName
{
background-color: #6F4748;
}
</style>
border-color css
<style>
span { border-color: #6F4748; }
span { border-color: rgb(111,71,72); }
td.TdClassName
{
border-color: #6F4748;
}
.TagClassName
{
border-color: #6F4748;
}
</style>