Shades of Tosca #613D40
Tints of Tosca #613D40
RGB
CMYK
RGB Variations
Color information
#613D40 (or 0x613D40) is known color: Tosca. HEX triplet: 61, 3D and 40. RGB value is (97,61,64). Sum of RGB (Red+Green+Blue) = 97+61+64=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #613D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D40 is #9EC2BF. Grayscale: #484848. Windows color (decimal): -10404544 or 4210017. OLE color: 4210017.
HSL color Cylindrical-coordinate representation of color #613D40: hue angle of 355º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D40 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 64 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.62 |
| HSL | 355º | 0.23% | 0.31% | - |
| HSV(B) | 355º | 0.37% | 0.38% | - |
| XYZ | 7.52 | 6.25 | 5.66 | - |
| YUV | 72.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 64 | 0 | 0.37 | 0.34 | 0.62 | 355 | 0.23 | 0.31 |
| Hex | 61 | 3D | 40 | 0 | 25 | 22 | 3E | 163 | 17 | 1F |
| Octal | 141 | 75 | 100 | 0 | 45 | 42 | 76 | 543 | 27 | 37 |
| Binary | 1100001 | 111101 | 1000000 | 0 | 100101 | 100010 | 111110 | 101100011 | 10111 | 11111 |
Color Harmonies of #613D40
Complementary color
Monochromatic Colors of #613D40
Black with #613D40
Text Example
Text Example
White with #613D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D40; }
p { color: rgb(97,61,64); }
H1.HeaderClassName
{
color: #613D40;
}
.AnyTagClassName
{
color: #613D40;
}
</style>
background-color css
<style>
a { background-color: #613D40; }
a { background-color: rgb(97,61,64); }
div.DivClassName
{
background-color: #613D40;
}
.BgClassName
{
background-color: #613D40;
}
</style>
border-color css
<style>
span { border-color: #613D40; }
span { border-color: rgb(97,61,64); }
td.TdClassName
{
border-color: #613D40;
}
.TagClassName
{
border-color: #613D40;
}
</style>