Shades of Tosca #6B4344
Tints of Tosca #6B4344
RGB
CMYK
RGB Variations
Color information
#6B4344 (or 0x6B4344) is known color: Tosca. HEX triplet: 6B, 43 and 44. RGB value is (107,67,68). Sum of RGB (Red+Green+Blue) = 107+67+68=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4344 is #94BCBB. Grayscale: #4F4F4F. Windows color (decimal): -9747644 or 4473707. OLE color: 4473707.
HSL color Cylindrical-coordinate representation of color #6B4344: hue angle of 358.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B4344 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 68 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.58 |
| HSL | 358.5º | 0.23% | 0.34% | - |
| HSV(B) | 358.5º | 0.37% | 0.42% | - |
| XYZ | 9.11 | 7.56 | 6.45 | - |
| YUV | 79.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 68 | 0 | 0.37 | 0.36 | 0.58 | 358.5 | 0.23 | 0.34 |
| Hex | 6B | 43 | 44 | 0 | 25 | 24 | 3A | 166 | 17 | 22 |
| Octal | 153 | 103 | 104 | 0 | 45 | 44 | 72 | 546 | 27 | 42 |
| Binary | 1101011 | 1000011 | 1000100 | 0 | 100101 | 100100 | 111010 | 101100110 | 10111 | 100010 |
Color Harmonies of #6B4344
Complementary color
Monochromatic Colors of #6B4344
Black with #6B4344
Text Example
Text Example
White with #6B4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4344; }
p { color: rgb(107,67,68); }
H1.HeaderClassName
{
color: #6B4344;
}
.AnyTagClassName
{
color: #6B4344;
}
</style>
background-color css
<style>
a { background-color: #6B4344; }
a { background-color: rgb(107,67,68); }
div.DivClassName
{
background-color: #6B4344;
}
.BgClassName
{
background-color: #6B4344;
}
</style>
border-color css
<style>
span { border-color: #6B4344; }
span { border-color: rgb(107,67,68); }
td.TdClassName
{
border-color: #6B4344;
}
.TagClassName
{
border-color: #6B4344;
}
</style>