Shades of Tosca #604243
Tints of Tosca #604243
RGB
CMYK
RGB Variations
Color information
#604243 (or 0x604243) is known color: Tosca. HEX triplet: 60, 42 and 43. RGB value is (96,66,67). Sum of RGB (Red+Green+Blue) = 96+66+67=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604243 is #9FBDBC. Grayscale: #4B4B4B. Windows color (decimal): -10468797 or 4407904. OLE color: 4407904.
HSL color Cylindrical-coordinate representation of color #604243: hue angle of 358º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604243 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 67 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.62 |
| HSL | 358º | 0.19% | 0.32% | - |
| HSV(B) | 358º | 0.31% | 0.38% | - |
| XYZ | 7.79 | 6.79 | 6.21 | - |
| YUV | 75.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 67 | 0 | 0.31 | 0.30 | 0.62 | 358 | 0.19 | 0.32 |
| Hex | 60 | 42 | 43 | 0 | 1F | 1E | 3E | 166 | 13 | 20 |
| Octal | 140 | 102 | 103 | 0 | 37 | 36 | 76 | 546 | 23 | 40 |
| Binary | 1100000 | 1000010 | 1000011 | 0 | 11111 | 11110 | 111110 | 101100110 | 10011 | 100000 |
Color Harmonies of #604243
Complementary color
Monochromatic Colors of #604243
Black with #604243
Text Example
Text Example
White with #604243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604243; }
p { color: rgb(96,66,67); }
H1.HeaderClassName
{
color: #604243;
}
.AnyTagClassName
{
color: #604243;
}
</style>
background-color css
<style>
a { background-color: #604243; }
a { background-color: rgb(96,66,67); }
div.DivClassName
{
background-color: #604243;
}
.BgClassName
{
background-color: #604243;
}
</style>
border-color css
<style>
span { border-color: #604243; }
span { border-color: rgb(96,66,67); }
td.TdClassName
{
border-color: #604243;
}
.TagClassName
{
border-color: #604243;
}
</style>