Shades of Tosca #613D3E
Tints of Tosca #613D3E
RGB
CMYK
RGB Variations
Color information
#613D3E (or 0x613D3E) is known color: Tosca. HEX triplet: 61, 3D and 3E. RGB value is (97,61,62). Sum of RGB (Red+Green+Blue) = 97+61+62=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #613D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D3E is #9EC2C1. Grayscale: #474747. Windows color (decimal): -10404546 or 4078945. OLE color: 4078945.
HSL color Cylindrical-coordinate representation of color #613D3E: hue angle of 358.33º 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 #613D3E is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 62 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.62 |
| HSL | 358.33º | 0.23% | 0.31% | - |
| HSV(B) | 358.33º | 0.37% | 0.38% | - |
| XYZ | 7.47 | 6.23 | 5.37 | - |
| YUV | 71.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 62 | 0 | 0.37 | 0.36 | 0.62 | 358.33 | 0.23 | 0.31 |
| Hex | 61 | 3D | 3E | 0 | 25 | 24 | 3E | 166 | 17 | 1F |
| Octal | 141 | 75 | 76 | 0 | 45 | 44 | 76 | 546 | 27 | 37 |
| Binary | 1100001 | 111101 | 111110 | 0 | 100101 | 100100 | 111110 | 101100110 | 10111 | 11111 |
Color Harmonies of #613D3E
Complementary color
Monochromatic Colors of #613D3E
Black with #613D3E
Text Example
Text Example
White with #613D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D3E; }
p { color: rgb(97,61,62); }
H1.HeaderClassName
{
color: #613D3E;
}
.AnyTagClassName
{
color: #613D3E;
}
</style>
background-color css
<style>
a { background-color: #613D3E; }
a { background-color: rgb(97,61,62); }
div.DivClassName
{
background-color: #613D3E;
}
.BgClassName
{
background-color: #613D3E;
}
</style>
border-color css
<style>
span { border-color: #613D3E; }
span { border-color: rgb(97,61,62); }
td.TdClassName
{
border-color: #613D3E;
}
.TagClassName
{
border-color: #613D3E;
}
</style>