Shades of Tosca #68464A
Tints of Tosca #68464A
RGB
CMYK
RGB Variations
Color information
#68464A (or 0x68464A) is known color: Tosca. HEX triplet: 68, 46 and 4A. RGB value is (104,70,74). Sum of RGB (Red+Green+Blue) = 104+70+74=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68464A is #97B9B5. Grayscale: #505050. Windows color (decimal): -9943478 or 4867688. OLE color: 4867688.
HSL color Cylindrical-coordinate representation of color #68464A: hue angle of 352.94º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68464A is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 70 | 74 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.59 |
| HSL | 352.94º | 0.2% | 0.34% | - |
| HSV(B) | 352.94º | 0.33% | 0.41% | - |
| XYZ | 9.14 | 7.82 | 7.51 | - |
| YUV | 80.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 74 | 0 | 0.33 | 0.29 | 0.59 | 352.94 | 0.2 | 0.34 |
| Hex | 68 | 46 | 4A | 0 | 21 | 1D | 3B | 161 | 14 | 22 |
| Octal | 150 | 106 | 112 | 0 | 41 | 35 | 73 | 541 | 24 | 42 |
| Binary | 1101000 | 1000110 | 1001010 | 0 | 100001 | 11101 | 111011 | 101100001 | 10100 | 100010 |
Color Harmonies of #68464A
Complementary color
Monochromatic Colors of #68464A
Black with #68464A
Text Example
Text Example
White with #68464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68464A; }
p { color: rgb(104,70,74); }
H1.HeaderClassName
{
color: #68464A;
}
.AnyTagClassName
{
color: #68464A;
}
</style>
background-color css
<style>
a { background-color: #68464A; }
a { background-color: rgb(104,70,74); }
div.DivClassName
{
background-color: #68464A;
}
.BgClassName
{
background-color: #68464A;
}
</style>
border-color css
<style>
span { border-color: #68464A; }
span { border-color: rgb(104,70,74); }
td.TdClassName
{
border-color: #68464A;
}
.TagClassName
{
border-color: #68464A;
}
</style>