Shades of Tosca #6F4045
Tints of Tosca #6F4045
RGB
CMYK
RGB Variations
Color information
#6F4045 (or 0x6F4045) is known color: Tosca. HEX triplet: 6F, 40 and 45. RGB value is (111,64,69). Sum of RGB (Red+Green+Blue) = 111+64+69=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4045 is #90BFBA. Grayscale: #4E4E4E. Windows color (decimal): -9486267 or 4538479. OLE color: 4538479.
HSL color Cylindrical-coordinate representation of color #6F4045: hue angle of 353.62º 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 #6F4045 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 69 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.56 |
| HSL | 353.62º | 0.27% | 0.34% | - |
| HSV(B) | 353.62º | 0.42% | 0.44% | - |
| XYZ | 9.46 | 7.48 | 6.57 | - |
| YUV | 78.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 69 | 0 | 0.42 | 0.38 | 0.56 | 353.62 | 0.27 | 0.34 |
| Hex | 6F | 40 | 45 | 0 | 2A | 26 | 38 | 162 | 1B | 22 |
| Octal | 157 | 100 | 105 | 0 | 52 | 46 | 70 | 542 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1000101 | 0 | 101010 | 100110 | 111000 | 101100010 | 11011 | 100010 |
Color Harmonies of #6F4045
Complementary color
Monochromatic Colors of #6F4045
Black with #6F4045
Text Example
Text Example
White with #6F4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4045; }
p { color: rgb(111,64,69); }
H1.HeaderClassName
{
color: #6F4045;
}
.AnyTagClassName
{
color: #6F4045;
}
</style>
background-color css
<style>
a { background-color: #6F4045; }
a { background-color: rgb(111,64,69); }
div.DivClassName
{
background-color: #6F4045;
}
.BgClassName
{
background-color: #6F4045;
}
</style>
border-color css
<style>
span { border-color: #6F4045; }
span { border-color: rgb(111,64,69); }
td.TdClassName
{
border-color: #6F4045;
}
.TagClassName
{
border-color: #6F4045;
}
</style>