Shades of Tosca #624244
Tints of Tosca #624244
RGB
CMYK
RGB Variations
Color information
#624244 (or 0x624244) is known color: Tosca. HEX triplet: 62, 42 and 44. RGB value is (98,66,68). Sum of RGB (Red+Green+Blue) = 98+66+68=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #624244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624244 is #9DBDBB. Grayscale: #4B4B4B. Windows color (decimal): -10337724 or 4473442. OLE color: 4473442.
HSL color Cylindrical-coordinate representation of color #624244: hue angle of 356.25º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #624244 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 68 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.62 |
| HSL | 356.25º | 0.2% | 0.32% | - |
| HSV(B) | 356.25º | 0.33% | 0.38% | - |
| XYZ | 8.03 | 6.91 | 6.38 | - |
| YUV | 75.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 68 | 0 | 0.33 | 0.31 | 0.62 | 356.25 | 0.2 | 0.32 |
| Hex | 62 | 42 | 44 | 0 | 21 | 1F | 3E | 164 | 14 | 20 |
| Octal | 142 | 102 | 104 | 0 | 41 | 37 | 76 | 544 | 24 | 40 |
| Binary | 1100010 | 1000010 | 1000100 | 0 | 100001 | 11111 | 111110 | 101100100 | 10100 | 100000 |
Color Harmonies of #624244
Complementary color
Monochromatic Colors of #624244
Black with #624244
Text Example
Text Example
White with #624244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624244; }
p { color: rgb(98,66,68); }
H1.HeaderClassName
{
color: #624244;
}
.AnyTagClassName
{
color: #624244;
}
</style>
background-color css
<style>
a { background-color: #624244; }
a { background-color: rgb(98,66,68); }
div.DivClassName
{
background-color: #624244;
}
.BgClassName
{
background-color: #624244;
}
</style>
border-color css
<style>
span { border-color: #624244; }
span { border-color: rgb(98,66,68); }
td.TdClassName
{
border-color: #624244;
}
.TagClassName
{
border-color: #624244;
}
</style>