Shades of Tosca #6C494B
Tints of Tosca #6C494B
RGB
CMYK
RGB Variations
Color information
#6C494B (or 0x6C494B) is known color: Tosca. HEX triplet: 6C, 49 and 4B. RGB value is (108,73,75). Sum of RGB (Red+Green+Blue) = 108+73+75=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C494B is #93B6B4. Grayscale: #535353. Windows color (decimal): -9680565 or 4933996. OLE color: 4933996.
HSL color Cylindrical-coordinate representation of color #6C494B: hue angle of 356.57º 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 #6C494B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 73 | 75 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.58 |
| HSL | 356.57º | 0.19% | 0.35% | - |
| HSV(B) | 356.57º | 0.32% | 0.42% | - |
| XYZ | 9.84 | 8.46 | 7.77 | - |
| YUV | 83.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 75 | 0 | 0.32 | 0.31 | 0.58 | 356.57 | 0.19 | 0.35 |
| Hex | 6C | 49 | 4B | 0 | 20 | 1F | 3A | 165 | 13 | 23 |
| Octal | 154 | 111 | 113 | 0 | 40 | 37 | 72 | 545 | 23 | 43 |
| Binary | 1101100 | 1001001 | 1001011 | 0 | 100000 | 11111 | 111010 | 101100101 | 10011 | 100011 |
Color Harmonies of #6C494B
Complementary color
Monochromatic Colors of #6C494B
Black with #6C494B
Text Example
Text Example
White with #6C494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C494B; }
p { color: rgb(108,73,75); }
H1.HeaderClassName
{
color: #6C494B;
}
.AnyTagClassName
{
color: #6C494B;
}
</style>
background-color css
<style>
a { background-color: #6C494B; }
a { background-color: rgb(108,73,75); }
div.DivClassName
{
background-color: #6C494B;
}
.BgClassName
{
background-color: #6C494B;
}
</style>
border-color css
<style>
span { border-color: #6C494B; }
span { border-color: rgb(108,73,75); }
td.TdClassName
{
border-color: #6C494B;
}
.TagClassName
{
border-color: #6C494B;
}
</style>