Shades of Tosca #603E41
Tints of Tosca #603E41
RGB
CMYK
RGB Variations
Color information
#603E41 (or 0x603E41) is known color: Tosca. HEX triplet: 60, 3E and 41. RGB value is (96,62,65). Sum of RGB (Red+Green+Blue) = 96+62+65=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #603E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E41 is #9FC1BE. Grayscale: #484848. Windows color (decimal): -10469823 or 4275808. OLE color: 4275808.
HSL color Cylindrical-coordinate representation of color #603E41: hue angle of 354.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #603E41 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 65 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.62 |
| HSL | 354.71º | 0.22% | 0.31% | - |
| HSV(B) | 354.71º | 0.35% | 0.38% | - |
| XYZ | 7.5 | 6.31 | 5.82 | - |
| YUV | 72.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 65 | 0 | 0.35 | 0.32 | 0.62 | 354.71 | 0.22 | 0.31 |
| Hex | 60 | 3E | 41 | 0 | 23 | 20 | 3E | 163 | 16 | 1F |
| Octal | 140 | 76 | 101 | 0 | 43 | 40 | 76 | 543 | 26 | 37 |
| Binary | 1100000 | 111110 | 1000001 | 0 | 100011 | 100000 | 111110 | 101100011 | 10110 | 11111 |
Color Harmonies of #603E41
Complementary color
Monochromatic Colors of #603E41
Black with #603E41
Text Example
Text Example
White with #603E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E41; }
p { color: rgb(96,62,65); }
H1.HeaderClassName
{
color: #603E41;
}
.AnyTagClassName
{
color: #603E41;
}
</style>
background-color css
<style>
a { background-color: #603E41; }
a { background-color: rgb(96,62,65); }
div.DivClassName
{
background-color: #603E41;
}
.BgClassName
{
background-color: #603E41;
}
</style>
border-color css
<style>
span { border-color: #603E41; }
span { border-color: rgb(96,62,65); }
td.TdClassName
{
border-color: #603E41;
}
.TagClassName
{
border-color: #603E41;
}
</style>