Shades of Tosca #6B4446
Tints of Tosca #6B4446
RGB
CMYK
RGB Variations
Color information
#6B4446 (or 0x6B4446) is known color: Tosca. HEX triplet: 6B, 44 and 46. RGB value is (107,68,70). Sum of RGB (Red+Green+Blue) = 107+68+70=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4446 is #94BBB9. Grayscale: #4F4F4F. Windows color (decimal): -9747386 or 4605035. OLE color: 4605035.
HSL color Cylindrical-coordinate representation of color #6B4446: hue angle of 356.92º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4446 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 70 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.58 |
| HSL | 356.92º | 0.22% | 0.34% | - |
| HSV(B) | 356.92º | 0.36% | 0.42% | - |
| XYZ | 9.24 | 7.7 | 6.79 | - |
| YUV | 79.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 70 | 0 | 0.36 | 0.35 | 0.58 | 356.92 | 0.22 | 0.34 |
| Hex | 6B | 44 | 46 | 0 | 24 | 23 | 3A | 165 | 16 | 22 |
| Octal | 153 | 104 | 106 | 0 | 44 | 43 | 72 | 545 | 26 | 42 |
| Binary | 1101011 | 1000100 | 1000110 | 0 | 100100 | 100011 | 111010 | 101100101 | 10110 | 100010 |
Color Harmonies of #6B4446
Complementary color
Monochromatic Colors of #6B4446
Black with #6B4446
Text Example
Text Example
White with #6B4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4446; }
p { color: rgb(107,68,70); }
H1.HeaderClassName
{
color: #6B4446;
}
.AnyTagClassName
{
color: #6B4446;
}
</style>
background-color css
<style>
a { background-color: #6B4446; }
a { background-color: rgb(107,68,70); }
div.DivClassName
{
background-color: #6B4446;
}
.BgClassName
{
background-color: #6B4446;
}
</style>
border-color css
<style>
span { border-color: #6B4446; }
span { border-color: rgb(107,68,70); }
td.TdClassName
{
border-color: #6B4446;
}
.TagClassName
{
border-color: #6B4446;
}
</style>