Shades of Tosca #624144
Tints of Tosca #624144
RGB
CMYK
RGB Variations
Color information
#624144 (or 0x624144) is known color: Tosca. HEX triplet: 62, 41 and 44. RGB value is (98,65,68). Sum of RGB (Red+Green+Blue) = 98+65+68=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #624144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624144 is #9DBEBB. Grayscale: #4B4B4B. Windows color (decimal): -10337980 or 4473186. OLE color: 4473186.
HSL color Cylindrical-coordinate representation of color #624144: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #624144 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 68 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.62 |
| HSL | 354.55º | 0.2% | 0.32% | - |
| HSV(B) | 354.55º | 0.34% | 0.38% | - |
| XYZ | 7.97 | 6.79 | 6.36 | - |
| YUV | 75.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 68 | 0 | 0.34 | 0.31 | 0.62 | 354.55 | 0.2 | 0.32 |
| Hex | 62 | 41 | 44 | 0 | 22 | 1F | 3E | 163 | 14 | 20 |
| Octal | 142 | 101 | 104 | 0 | 42 | 37 | 76 | 543 | 24 | 40 |
| Binary | 1100010 | 1000001 | 1000100 | 0 | 100010 | 11111 | 111110 | 101100011 | 10100 | 100000 |
Color Harmonies of #624144
Complementary color
Monochromatic Colors of #624144
Black with #624144
Text Example
Text Example
White with #624144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624144; }
p { color: rgb(98,65,68); }
H1.HeaderClassName
{
color: #624144;
}
.AnyTagClassName
{
color: #624144;
}
</style>
background-color css
<style>
a { background-color: #624144; }
a { background-color: rgb(98,65,68); }
div.DivClassName
{
background-color: #624144;
}
.BgClassName
{
background-color: #624144;
}
</style>
border-color css
<style>
span { border-color: #624144; }
span { border-color: rgb(98,65,68); }
td.TdClassName
{
border-color: #624144;
}
.TagClassName
{
border-color: #624144;
}
</style>