Shades of Tosca #653D41
Tints of Tosca #653D41
RGB
CMYK
RGB Variations
Color information
#653D41 (or 0x653D41) is known color: Tosca. HEX triplet: 65, 3D and 41. RGB value is (101,61,65). Sum of RGB (Red+Green+Blue) = 101+61+65=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #653D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D41 is #9AC2BE. Grayscale: #494949. Windows color (decimal): -10142399 or 4275557. OLE color: 4275557.
HSL color Cylindrical-coordinate representation of color #653D41: hue angle of 354º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #653D41 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 65 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.60 |
| HSL | 354º | 0.25% | 0.32% | - |
| HSV(B) | 354º | 0.4% | 0.4% | - |
| XYZ | 7.99 | 6.49 | 5.83 | - |
| YUV | 73.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 65 | 0 | 0.40 | 0.36 | 0.60 | 354 | 0.25 | 0.32 |
| Hex | 65 | 3D | 41 | 0 | 28 | 24 | 3C | 162 | 19 | 20 |
| Octal | 145 | 75 | 101 | 0 | 50 | 44 | 74 | 542 | 31 | 40 |
| Binary | 1100101 | 111101 | 1000001 | 0 | 101000 | 100100 | 111100 | 101100010 | 11001 | 100000 |
Color Harmonies of #653D41
Complementary color
Monochromatic Colors of #653D41
Black with #653D41
Text Example
Text Example
White with #653D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D41; }
p { color: rgb(101,61,65); }
H1.HeaderClassName
{
color: #653D41;
}
.AnyTagClassName
{
color: #653D41;
}
</style>
background-color css
<style>
a { background-color: #653D41; }
a { background-color: rgb(101,61,65); }
div.DivClassName
{
background-color: #653D41;
}
.BgClassName
{
background-color: #653D41;
}
</style>
border-color css
<style>
span { border-color: #653D41; }
span { border-color: rgb(101,61,65); }
td.TdClassName
{
border-color: #653D41;
}
.TagClassName
{
border-color: #653D41;
}
</style>