Shades of Tosca #653F41
Tints of Tosca #653F41
RGB
CMYK
RGB Variations
Color information
#653F41 (or 0x653F41) is known color: Tosca. HEX triplet: 65, 3F and 41. RGB value is (101,63,65). Sum of RGB (Red+Green+Blue) = 101+63+65=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #653F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F41 is #9AC0BE. Grayscale: #4A4A4A. Windows color (decimal): -10141887 or 4276069. OLE color: 4276069.
HSL color Cylindrical-coordinate representation of color #653F41: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F41 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 65 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.60 |
| HSL | 356.84º | 0.23% | 0.32% | - |
| HSV(B) | 356.84º | 0.38% | 0.4% | - |
| XYZ | 8.1 | 6.7 | 5.87 | - |
| YUV | 74.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 65 | 0 | 0.38 | 0.36 | 0.60 | 356.84 | 0.23 | 0.32 |
| Hex | 65 | 3F | 41 | 0 | 26 | 24 | 3C | 165 | 17 | 20 |
| Octal | 145 | 77 | 101 | 0 | 46 | 44 | 74 | 545 | 27 | 40 |
| Binary | 1100101 | 111111 | 1000001 | 0 | 100110 | 100100 | 111100 | 101100101 | 10111 | 100000 |
Color Harmonies of #653F41
Complementary color
Monochromatic Colors of #653F41
Black with #653F41
Text Example
Text Example
White with #653F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F41; }
p { color: rgb(101,63,65); }
H1.HeaderClassName
{
color: #653F41;
}
.AnyTagClassName
{
color: #653F41;
}
</style>
background-color css
<style>
a { background-color: #653F41; }
a { background-color: rgb(101,63,65); }
div.DivClassName
{
background-color: #653F41;
}
.BgClassName
{
background-color: #653F41;
}
</style>
border-color css
<style>
span { border-color: #653F41; }
span { border-color: rgb(101,63,65); }
td.TdClassName
{
border-color: #653F41;
}
.TagClassName
{
border-color: #653F41;
}
</style>