Shades of Tosca #653D42
Tints of Tosca #653D42
RGB
CMYK
RGB Variations
Color information
#653D42 (or 0x653D42) is known color: Tosca. HEX triplet: 65, 3D and 42. RGB value is (101,61,66). Sum of RGB (Red+Green+Blue) = 101+61+66=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #653D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D42 is #9AC2BD. Grayscale: #494949. Windows color (decimal): -10142398 or 4341093. OLE color: 4341093.
HSL color Cylindrical-coordinate representation of color #653D42: hue angle of 352.5º 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 #653D42 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 66 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.60 |
| HSL | 352.5º | 0.25% | 0.32% | - |
| HSV(B) | 352.5º | 0.4% | 0.4% | - |
| XYZ | 8.02 | 6.5 | 5.99 | - |
| YUV | 73.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 66 | 0 | 0.40 | 0.35 | 0.60 | 352.5 | 0.25 | 0.32 |
| Hex | 65 | 3D | 42 | 0 | 28 | 23 | 3C | 160 | 19 | 20 |
| Octal | 145 | 75 | 102 | 0 | 50 | 43 | 74 | 540 | 31 | 40 |
| Binary | 1100101 | 111101 | 1000010 | 0 | 101000 | 100011 | 111100 | 101100000 | 11001 | 100000 |
Color Harmonies of #653D42
Complementary color
Monochromatic Colors of #653D42
Black with #653D42
Text Example
Text Example
White with #653D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D42; }
p { color: rgb(101,61,66); }
H1.HeaderClassName
{
color: #653D42;
}
.AnyTagClassName
{
color: #653D42;
}
</style>
background-color css
<style>
a { background-color: #653D42; }
a { background-color: rgb(101,61,66); }
div.DivClassName
{
background-color: #653D42;
}
.BgClassName
{
background-color: #653D42;
}
</style>
border-color css
<style>
span { border-color: #653D42; }
span { border-color: rgb(101,61,66); }
td.TdClassName
{
border-color: #653D42;
}
.TagClassName
{
border-color: #653D42;
}
</style>