Shades of Tosca #614143
Tints of Tosca #614143
RGB
CMYK
RGB Variations
Color information
#614143 (or 0x614143) is known color: Tosca. HEX triplet: 61, 41 and 43. RGB value is (97,65,67). Sum of RGB (Red+Green+Blue) = 97+65+67=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #614143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614143 is #9EBEBC. Grayscale: #4A4A4A. Windows color (decimal): -10403517 or 4407649. OLE color: 4407649.
HSL color Cylindrical-coordinate representation of color #614143: hue angle of 356.25º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #614143 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 67 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.62 |
| HSL | 356.25º | 0.2% | 0.32% | - |
| HSV(B) | 356.25º | 0.33% | 0.38% | - |
| XYZ | 7.83 | 6.73 | 6.2 | - |
| YUV | 74.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 67 | 0 | 0.33 | 0.31 | 0.62 | 356.25 | 0.2 | 0.32 |
| Hex | 61 | 41 | 43 | 0 | 21 | 1F | 3E | 164 | 14 | 20 |
| Octal | 141 | 101 | 103 | 0 | 41 | 37 | 76 | 544 | 24 | 40 |
| Binary | 1100001 | 1000001 | 1000011 | 0 | 100001 | 11111 | 111110 | 101100100 | 10100 | 100000 |
Color Harmonies of #614143
Complementary color
Monochromatic Colors of #614143
Black with #614143
Text Example
Text Example
White with #614143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614143; }
p { color: rgb(97,65,67); }
H1.HeaderClassName
{
color: #614143;
}
.AnyTagClassName
{
color: #614143;
}
</style>
background-color css
<style>
a { background-color: #614143; }
a { background-color: rgb(97,65,67); }
div.DivClassName
{
background-color: #614143;
}
.BgClassName
{
background-color: #614143;
}
</style>
border-color css
<style>
span { border-color: #614143; }
span { border-color: rgb(97,65,67); }
td.TdClassName
{
border-color: #614143;
}
.TagClassName
{
border-color: #614143;
}
</style>