Shades of Tosca #6C494A
Tints of Tosca #6C494A
RGB
CMYK
RGB Variations
Color information
#6C494A (or 0x6C494A) is known color: Tosca. HEX triplet: 6C, 49 and 4A. RGB value is (108,73,74). Sum of RGB (Red+Green+Blue) = 108+73+74=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C494A is #93B6B5. Grayscale: #535353. Windows color (decimal): -9680566 or 4868460. OLE color: 4868460.
HSL color Cylindrical-coordinate representation of color #6C494A: hue angle of 358.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C494A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 73 | 74 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.58 |
| HSL | 358.29º | 0.19% | 0.35% | - |
| HSV(B) | 358.29º | 0.32% | 0.42% | - |
| XYZ | 9.8 | 8.45 | 7.59 | - |
| YUV | 83.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 74 | 0 | 0.32 | 0.31 | 0.58 | 358.29 | 0.19 | 0.35 |
| Hex | 6C | 49 | 4A | 0 | 20 | 1F | 3A | 166 | 13 | 23 |
| Octal | 154 | 111 | 112 | 0 | 40 | 37 | 72 | 546 | 23 | 43 |
| Binary | 1101100 | 1001001 | 1001010 | 0 | 100000 | 11111 | 111010 | 101100110 | 10011 | 100011 |
Color Harmonies of #6C494A
Complementary color
Monochromatic Colors of #6C494A
Black with #6C494A
Text Example
Text Example
White with #6C494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C494A; }
p { color: rgb(108,73,74); }
H1.HeaderClassName
{
color: #6C494A;
}
.AnyTagClassName
{
color: #6C494A;
}
</style>
background-color css
<style>
a { background-color: #6C494A; }
a { background-color: rgb(108,73,74); }
div.DivClassName
{
background-color: #6C494A;
}
.BgClassName
{
background-color: #6C494A;
}
</style>
border-color css
<style>
span { border-color: #6C494A; }
span { border-color: rgb(108,73,74); }
td.TdClassName
{
border-color: #6C494A;
}
.TagClassName
{
border-color: #6C494A;
}
</style>