Shades of Tosca #613E41
Tints of Tosca #613E41
RGB
CMYK
RGB Variations
Color information
#613E41 (or 0x613E41) is known color: Tosca. HEX triplet: 61, 3E and 41. RGB value is (97,62,65). Sum of RGB (Red+Green+Blue) = 97+62+65=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #613E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E41 is #9EC1BE. Grayscale: #484848. Windows color (decimal): -10404287 or 4275809. OLE color: 4275809.
HSL color Cylindrical-coordinate representation of color #613E41: hue angle of 354.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E41 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 65 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.62 |
| HSL | 354.86º | 0.22% | 0.31% | - |
| HSV(B) | 354.86º | 0.36% | 0.38% | - |
| XYZ | 7.61 | 6.37 | 5.83 | - |
| YUV | 72.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 65 | 0 | 0.36 | 0.33 | 0.62 | 354.86 | 0.22 | 0.31 |
| Hex | 61 | 3E | 41 | 0 | 24 | 21 | 3E | 163 | 16 | 1F |
| Octal | 141 | 76 | 101 | 0 | 44 | 41 | 76 | 543 | 26 | 37 |
| Binary | 1100001 | 111110 | 1000001 | 0 | 100100 | 100001 | 111110 | 101100011 | 10110 | 11111 |
Color Harmonies of #613E41
Complementary color
Monochromatic Colors of #613E41
Black with #613E41
Text Example
Text Example
White with #613E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E41; }
p { color: rgb(97,62,65); }
H1.HeaderClassName
{
color: #613E41;
}
.AnyTagClassName
{
color: #613E41;
}
</style>
background-color css
<style>
a { background-color: #613E41; }
a { background-color: rgb(97,62,65); }
div.DivClassName
{
background-color: #613E41;
}
.BgClassName
{
background-color: #613E41;
}
</style>
border-color css
<style>
span { border-color: #613E41; }
span { border-color: rgb(97,62,65); }
td.TdClassName
{
border-color: #613E41;
}
.TagClassName
{
border-color: #613E41;
}
</style>