Shades of Tosca #6F3D44
Tints of Tosca #6F3D44
RGB
CMYK
RGB Variations
Color information
#6F3D44 (or 0x6F3D44) is known color: Tosca. HEX triplet: 6F, 3D and 44. RGB value is (111,61,68). Sum of RGB (Red+Green+Blue) = 111+61+68=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D44 is #90C2BB. Grayscale: #4C4C4C. Windows color (decimal): -9487036 or 4472175. OLE color: 4472175.
HSL color Cylindrical-coordinate representation of color #6F3D44: hue angle of 351.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F3D44 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 61 | 68 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.56 |
| HSL | 351.6º | 0.29% | 0.34% | - |
| HSV(B) | 351.6º | 0.45% | 0.44% | - |
| XYZ | 9.27 | 7.13 | 6.36 | - |
| YUV | 76.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 68 | 0 | 0.45 | 0.39 | 0.56 | 351.6 | 0.29 | 0.34 |
| Hex | 6F | 3D | 44 | 0 | 2D | 27 | 38 | 160 | 1D | 22 |
| Octal | 157 | 75 | 104 | 0 | 55 | 47 | 70 | 540 | 35 | 42 |
| Binary | 1101111 | 111101 | 1000100 | 0 | 101101 | 100111 | 111000 | 101100000 | 11101 | 100010 |
Color Harmonies of #6F3D44
Complementary color
Monochromatic Colors of #6F3D44
Black with #6F3D44
Text Example
Text Example
White with #6F3D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3D44; }
p { color: rgb(111,61,68); }
H1.HeaderClassName
{
color: #6F3D44;
}
.AnyTagClassName
{
color: #6F3D44;
}
</style>
background-color css
<style>
a { background-color: #6F3D44; }
a { background-color: rgb(111,61,68); }
div.DivClassName
{
background-color: #6F3D44;
}
.BgClassName
{
background-color: #6F3D44;
}
</style>
border-color css
<style>
span { border-color: #6F3D44; }
span { border-color: rgb(111,61,68); }
td.TdClassName
{
border-color: #6F3D44;
}
.TagClassName
{
border-color: #6F3D44;
}
</style>