Shades of Tosca #604143
Tints of Tosca #604143
RGB
CMYK
RGB Variations
Color information
#604143 (or 0x604143) is known color: Tosca. HEX triplet: 60, 41 and 43. RGB value is (96,65,67). Sum of RGB (Red+Green+Blue) = 96+65+67=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #604143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604143 is #9FBEBC. Grayscale: #4A4A4A. Windows color (decimal): -10469053 or 4407648. OLE color: 4407648.
HSL color Cylindrical-coordinate representation of color #604143: hue angle of 356.13º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604143 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 67 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.62 |
| HSL | 356.13º | 0.19% | 0.32% | - |
| HSV(B) | 356.13º | 0.32% | 0.38% | - |
| XYZ | 7.73 | 6.67 | 6.19 | - |
| YUV | 74.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 67 | 0 | 0.32 | 0.30 | 0.62 | 356.13 | 0.19 | 0.32 |
| Hex | 60 | 41 | 43 | 0 | 20 | 1E | 3E | 164 | 13 | 20 |
| Octal | 140 | 101 | 103 | 0 | 40 | 36 | 76 | 544 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1000011 | 0 | 100000 | 11110 | 111110 | 101100100 | 10011 | 100000 |
Color Harmonies of #604143
Complementary color
Monochromatic Colors of #604143
Black with #604143
Text Example
Text Example
White with #604143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604143; }
p { color: rgb(96,65,67); }
H1.HeaderClassName
{
color: #604143;
}
.AnyTagClassName
{
color: #604143;
}
</style>
background-color css
<style>
a { background-color: #604143; }
a { background-color: rgb(96,65,67); }
div.DivClassName
{
background-color: #604143;
}
.BgClassName
{
background-color: #604143;
}
</style>
border-color css
<style>
span { border-color: #604143; }
span { border-color: rgb(96,65,67); }
td.TdClassName
{
border-color: #604143;
}
.TagClassName
{
border-color: #604143;
}
</style>