Shades of Tosca #613D3F
Tints of Tosca #613D3F
RGB
CMYK
RGB Variations
Color information
#613D3F (or 0x613D3F) is known color: Tosca. HEX triplet: 61, 3D and 3F. RGB value is (97,61,63). Sum of RGB (Red+Green+Blue) = 97+61+63=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #613D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D3F is #9EC2C0. Grayscale: #484848. Windows color (decimal): -10404545 or 4144481. OLE color: 4144481.
HSL color Cylindrical-coordinate representation of color #613D3F: hue angle of 356.67º 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 #613D3F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 63 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.62 |
| HSL | 356.67º | 0.23% | 0.31% | - |
| HSV(B) | 356.67º | 0.37% | 0.38% | - |
| XYZ | 7.5 | 6.24 | 5.51 | - |
| YUV | 71.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 63 | 0 | 0.37 | 0.35 | 0.62 | 356.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 3F | 0 | 25 | 23 | 3E | 165 | 17 | 1F |
| Octal | 141 | 75 | 77 | 0 | 45 | 43 | 76 | 545 | 27 | 37 |
| Binary | 1100001 | 111101 | 111111 | 0 | 100101 | 100011 | 111110 | 101100101 | 10111 | 11111 |
Color Harmonies of #613D3F
Complementary color
Monochromatic Colors of #613D3F
Black with #613D3F
Text Example
Text Example
White with #613D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D3F; }
p { color: rgb(97,61,63); }
H1.HeaderClassName
{
color: #613D3F;
}
.AnyTagClassName
{
color: #613D3F;
}
</style>
background-color css
<style>
a { background-color: #613D3F; }
a { background-color: rgb(97,61,63); }
div.DivClassName
{
background-color: #613D3F;
}
.BgClassName
{
background-color: #613D3F;
}
</style>
border-color css
<style>
span { border-color: #613D3F; }
span { border-color: rgb(97,61,63); }
td.TdClassName
{
border-color: #613D3F;
}
.TagClassName
{
border-color: #613D3F;
}
</style>