Shades of Tosca #603F40
Tints of Tosca #603F40
RGB
CMYK
RGB Variations
Color information
#603F40 (or 0x603F40) is known color: Tosca. HEX triplet: 60, 3F and 40. RGB value is (96,63,64). Sum of RGB (Red+Green+Blue) = 96+63+64=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #603F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F40 is #9FC0BF. Grayscale: #494949. Windows color (decimal): -10469568 or 4210528. OLE color: 4210528.
HSL color Cylindrical-coordinate representation of color #603F40: hue angle of 358.18º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F40 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 64 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.62 |
| HSL | 358.18º | 0.21% | 0.31% | - |
| HSV(B) | 358.18º | 0.34% | 0.38% | - |
| XYZ | 7.53 | 6.41 | 5.69 | - |
| YUV | 72.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 64 | 0 | 0.34 | 0.33 | 0.62 | 358.18 | 0.21 | 0.31 |
| Hex | 60 | 3F | 40 | 0 | 22 | 21 | 3E | 166 | 15 | 1F |
| Octal | 140 | 77 | 100 | 0 | 42 | 41 | 76 | 546 | 25 | 37 |
| Binary | 1100000 | 111111 | 1000000 | 0 | 100010 | 100001 | 111110 | 101100110 | 10101 | 11111 |
Color Harmonies of #603F40
Complementary color
Monochromatic Colors of #603F40
Black with #603F40
Text Example
Text Example
White with #603F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F40; }
p { color: rgb(96,63,64); }
H1.HeaderClassName
{
color: #603F40;
}
.AnyTagClassName
{
color: #603F40;
}
</style>
background-color css
<style>
a { background-color: #603F40; }
a { background-color: rgb(96,63,64); }
div.DivClassName
{
background-color: #603F40;
}
.BgClassName
{
background-color: #603F40;
}
</style>
border-color css
<style>
span { border-color: #603F40; }
span { border-color: rgb(96,63,64); }
td.TdClassName
{
border-color: #603F40;
}
.TagClassName
{
border-color: #603F40;
}
</style>