Shades of Tosca #653C3F
Tints of Tosca #653C3F
RGB
CMYK
RGB Variations
Color information
#653C3F (or 0x653C3F) is known color: Tosca. HEX triplet: 65, 3C and 3F. RGB value is (101,60,63). Sum of RGB (Red+Green+Blue) = 101+60+63=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #653C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C3F is #9AC3C0. Grayscale: #484848. Windows color (decimal): -10142657 or 4144229. OLE color: 4144229.
HSL color Cylindrical-coordinate representation of color #653C3F: hue angle of 355.61º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #653C3F is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 63 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.60 |
| HSL | 355.61º | 0.25% | 0.32% | - |
| HSV(B) | 355.61º | 0.41% | 0.4% | - |
| XYZ | 7.88 | 6.36 | 5.51 | - |
| YUV | 72.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 63 | 0 | 0.41 | 0.38 | 0.60 | 355.61 | 0.25 | 0.32 |
| Hex | 65 | 3C | 3F | 0 | 29 | 26 | 3C | 164 | 19 | 20 |
| Octal | 145 | 74 | 77 | 0 | 51 | 46 | 74 | 544 | 31 | 40 |
| Binary | 1100101 | 111100 | 111111 | 0 | 101001 | 100110 | 111100 | 101100100 | 11001 | 100000 |
Color Harmonies of #653C3F
Complementary color
Monochromatic Colors of #653C3F
Black with #653C3F
Text Example
Text Example
White with #653C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C3F; }
p { color: rgb(101,60,63); }
H1.HeaderClassName
{
color: #653C3F;
}
.AnyTagClassName
{
color: #653C3F;
}
</style>
background-color css
<style>
a { background-color: #653C3F; }
a { background-color: rgb(101,60,63); }
div.DivClassName
{
background-color: #653C3F;
}
.BgClassName
{
background-color: #653C3F;
}
</style>
border-color css
<style>
span { border-color: #653C3F; }
span { border-color: rgb(101,60,63); }
td.TdClassName
{
border-color: #653C3F;
}
.TagClassName
{
border-color: #653C3F;
}
</style>