Shades of Tosca #68474A
Tints of Tosca #68474A
RGB
CMYK
RGB Variations
Color information
#68474A (or 0x68474A) is known color: Tosca. HEX triplet: 68, 47 and 4A. RGB value is (104,71,74). Sum of RGB (Red+Green+Blue) = 104+71+74=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68474A is #97B8B5. Grayscale: #515151. Windows color (decimal): -9943222 or 4867944. OLE color: 4867944.
HSL color Cylindrical-coordinate representation of color #68474A: hue angle of 354.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68474A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 74 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.59 |
| HSL | 354.55º | 0.19% | 0.34% | - |
| HSV(B) | 354.55º | 0.32% | 0.41% | - |
| XYZ | 9.2 | 7.94 | 7.53 | - |
| YUV | 81.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 74 | 0 | 0.32 | 0.29 | 0.59 | 354.55 | 0.19 | 0.34 |
| Hex | 68 | 47 | 4A | 0 | 20 | 1D | 3B | 163 | 13 | 22 |
| Octal | 150 | 107 | 112 | 0 | 40 | 35 | 73 | 543 | 23 | 42 |
| Binary | 1101000 | 1000111 | 1001010 | 0 | 100000 | 11101 | 111011 | 101100011 | 10011 | 100010 |
Color Harmonies of #68474A
Complementary color
Monochromatic Colors of #68474A
Black with #68474A
Text Example
Text Example
White with #68474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68474A; }
p { color: rgb(104,71,74); }
H1.HeaderClassName
{
color: #68474A;
}
.AnyTagClassName
{
color: #68474A;
}
</style>
background-color css
<style>
a { background-color: #68474A; }
a { background-color: rgb(104,71,74); }
div.DivClassName
{
background-color: #68474A;
}
.BgClassName
{
background-color: #68474A;
}
</style>
border-color css
<style>
span { border-color: #68474A; }
span { border-color: rgb(104,71,74); }
td.TdClassName
{
border-color: #68474A;
}
.TagClassName
{
border-color: #68474A;
}
</style>