Shades of Tosca #6F4348
Tints of Tosca #6F4348
RGB
CMYK
RGB Variations
Color information
#6F4348 (or 0x6F4348) is known color: Tosca. HEX triplet: 6F, 43 and 48. RGB value is (111,67,72). Sum of RGB (Red+Green+Blue) = 111+67+72=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4348 is #90BCB7. Grayscale: #505050. Windows color (decimal): -9485496 or 4735855. OLE color: 4735855.
HSL color Cylindrical-coordinate representation of color #6F4348: hue angle of 353.18º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4348 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 72 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.56 |
| HSL | 353.18º | 0.25% | 0.35% | - |
| HSV(B) | 353.18º | 0.4% | 0.44% | - |
| XYZ | 9.73 | 7.86 | 7.14 | - |
| YUV | 80.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 72 | 0 | 0.40 | 0.35 | 0.56 | 353.18 | 0.25 | 0.35 |
| Hex | 6F | 43 | 48 | 0 | 28 | 23 | 38 | 161 | 19 | 23 |
| Octal | 157 | 103 | 110 | 0 | 50 | 43 | 70 | 541 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1001000 | 0 | 101000 | 100011 | 111000 | 101100001 | 11001 | 100011 |
Color Harmonies of #6F4348
Complementary color
Monochromatic Colors of #6F4348
Black with #6F4348
Text Example
Text Example
White with #6F4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4348; }
p { color: rgb(111,67,72); }
H1.HeaderClassName
{
color: #6F4348;
}
.AnyTagClassName
{
color: #6F4348;
}
</style>
background-color css
<style>
a { background-color: #6F4348; }
a { background-color: rgb(111,67,72); }
div.DivClassName
{
background-color: #6F4348;
}
.BgClassName
{
background-color: #6F4348;
}
</style>
border-color css
<style>
span { border-color: #6F4348; }
span { border-color: rgb(111,67,72); }
td.TdClassName
{
border-color: #6F4348;
}
.TagClassName
{
border-color: #6F4348;
}
</style>