Shades of Tosca #6F3C3D
Tints of Tosca #6F3C3D
RGB
CMYK
RGB Variations
Color information
#6F3C3D (or 0x6F3C3D) is known color: Tosca. HEX triplet: 6F, 3C and 3D. RGB value is (111,60,61). Sum of RGB (Red+Green+Blue) = 111+60+61=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C3D is #90C3C2. Grayscale: #4B4B4B. Windows color (decimal): -9487299 or 4013167. OLE color: 4013167.
HSL color Cylindrical-coordinate representation of color #6F3C3D: hue angle of 358.82º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3C3D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 61 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.56 |
| HSL | 358.82º | 0.3% | 0.34% | - |
| HSV(B) | 358.82º | 0.46% | 0.44% | - |
| XYZ | 9.01 | 6.95 | 5.28 | - |
| YUV | 75.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 61 | 0 | 0.46 | 0.45 | 0.56 | 358.82 | 0.3 | 0.34 |
| Hex | 6F | 3C | 3D | 0 | 2E | 2D | 38 | 167 | 1E | 22 |
| Octal | 157 | 74 | 75 | 0 | 56 | 55 | 70 | 547 | 36 | 42 |
| Binary | 1101111 | 111100 | 111101 | 0 | 101110 | 101101 | 111000 | 101100111 | 11110 | 100010 |
Color Harmonies of #6F3C3D
Complementary color
Monochromatic Colors of #6F3C3D
Black with #6F3C3D
Text Example
Text Example
White with #6F3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C3D; }
p { color: rgb(111,60,61); }
H1.HeaderClassName
{
color: #6F3C3D;
}
.AnyTagClassName
{
color: #6F3C3D;
}
</style>
background-color css
<style>
a { background-color: #6F3C3D; }
a { background-color: rgb(111,60,61); }
div.DivClassName
{
background-color: #6F3C3D;
}
.BgClassName
{
background-color: #6F3C3D;
}
</style>
border-color css
<style>
span { border-color: #6F3C3D; }
span { border-color: rgb(111,60,61); }
td.TdClassName
{
border-color: #6F3C3D;
}
.TagClassName
{
border-color: #6F3C3D;
}
</style>