Shades of Tosca #6F4A4B
Tints of Tosca #6F4A4B
RGB
CMYK
RGB Variations
Color information
#6F4A4B (or 0x6F4A4B) is known color: Tosca. HEX triplet: 6F, 4A and 4B. RGB value is (111,74,75). Sum of RGB (Red+Green+Blue) = 111+74+75=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A4B is #90B5B4. Grayscale: #555555. Windows color (decimal): -9483701 or 4934255. OLE color: 4934255.
HSL color Cylindrical-coordinate representation of color #6F4A4B: hue angle of 358.38º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4A4B is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 75 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.56 |
| HSL | 358.38º | 0.2% | 0.36% | - |
| HSV(B) | 358.38º | 0.33% | 0.44% | - |
| XYZ | 10.27 | 8.79 | 7.81 | - |
| YUV | 85.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 75 | 0 | 0.33 | 0.32 | 0.56 | 358.38 | 0.2 | 0.36 |
| Hex | 6F | 4A | 4B | 0 | 21 | 20 | 38 | 166 | 14 | 24 |
| Octal | 157 | 112 | 113 | 0 | 41 | 40 | 70 | 546 | 24 | 44 |
| Binary | 1101111 | 1001010 | 1001011 | 0 | 100001 | 100000 | 111000 | 101100110 | 10100 | 100100 |
Color Harmonies of #6F4A4B
Complementary color
Monochromatic Colors of #6F4A4B
Black with #6F4A4B
Text Example
Text Example
White with #6F4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A4B; }
p { color: rgb(111,74,75); }
H1.HeaderClassName
{
color: #6F4A4B;
}
.AnyTagClassName
{
color: #6F4A4B;
}
</style>
background-color css
<style>
a { background-color: #6F4A4B; }
a { background-color: rgb(111,74,75); }
div.DivClassName
{
background-color: #6F4A4B;
}
.BgClassName
{
background-color: #6F4A4B;
}
</style>
border-color css
<style>
span { border-color: #6F4A4B; }
span { border-color: rgb(111,74,75); }
td.TdClassName
{
border-color: #6F4A4B;
}
.TagClassName
{
border-color: #6F4A4B;
}
</style>