Shades of Tosca #613C3F
Tints of Tosca #613C3F
RGB
CMYK
RGB Variations
Color information
#613C3F (or 0x613C3F) is known color: Tosca. HEX triplet: 61, 3C and 3F. RGB value is (97,60,63). Sum of RGB (Red+Green+Blue) = 97+60+63=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #613C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C3F is #9EC3C0. Grayscale: #474747. Windows color (decimal): -10404801 or 4144225. OLE color: 4144225.
HSL color Cylindrical-coordinate representation of color #613C3F: hue angle of 355.14º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613C3F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 63 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.62 |
| HSL | 355.14º | 0.24% | 0.31% | - |
| HSV(B) | 355.14º | 0.38% | 0.38% | - |
| XYZ | 7.44 | 6.13 | 5.49 | - |
| YUV | 71.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 63 | 0 | 0.38 | 0.35 | 0.62 | 355.14 | 0.24 | 0.31 |
| Hex | 61 | 3C | 3F | 0 | 26 | 23 | 3E | 163 | 18 | 1F |
| Octal | 141 | 74 | 77 | 0 | 46 | 43 | 76 | 543 | 30 | 37 |
| Binary | 1100001 | 111100 | 111111 | 0 | 100110 | 100011 | 111110 | 101100011 | 11000 | 11111 |
Color Harmonies of #613C3F
Complementary color
Monochromatic Colors of #613C3F
Black with #613C3F
Text Example
Text Example
White with #613C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C3F; }
p { color: rgb(97,60,63); }
H1.HeaderClassName
{
color: #613C3F;
}
.AnyTagClassName
{
color: #613C3F;
}
</style>
background-color css
<style>
a { background-color: #613C3F; }
a { background-color: rgb(97,60,63); }
div.DivClassName
{
background-color: #613C3F;
}
.BgClassName
{
background-color: #613C3F;
}
</style>
border-color css
<style>
span { border-color: #613C3F; }
span { border-color: rgb(97,60,63); }
td.TdClassName
{
border-color: #613C3F;
}
.TagClassName
{
border-color: #613C3F;
}
</style>