Shades of Tosca #653C3D
Tints of Tosca #653C3D
RGB
CMYK
RGB Variations
Color information
#653C3D (or 0x653C3D) is known color: Tosca. HEX triplet: 65, 3C and 3D. RGB value is (101,60,61). Sum of RGB (Red+Green+Blue) = 101+60+61=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #653C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C3D is #9AC3C2. Grayscale: #484848. Windows color (decimal): -10142659 or 4013157. OLE color: 4013157.
HSL color Cylindrical-coordinate representation of color #653C3D: hue angle of 358.54º 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 #653C3D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 61 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.60 |
| HSL | 358.54º | 0.25% | 0.32% | - |
| HSV(B) | 358.54º | 0.41% | 0.4% | - |
| XYZ | 7.82 | 6.34 | 5.23 | - |
| YUV | 72.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 61 | 0 | 0.41 | 0.40 | 0.60 | 358.54 | 0.25 | 0.32 |
| Hex | 65 | 3C | 3D | 0 | 29 | 28 | 3C | 167 | 19 | 20 |
| Octal | 145 | 74 | 75 | 0 | 51 | 50 | 74 | 547 | 31 | 40 |
| Binary | 1100101 | 111100 | 111101 | 0 | 101001 | 101000 | 111100 | 101100111 | 11001 | 100000 |
Color Harmonies of #653C3D
Complementary color
Monochromatic Colors of #653C3D
Black with #653C3D
Text Example
Text Example
White with #653C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C3D; }
p { color: rgb(101,60,61); }
H1.HeaderClassName
{
color: #653C3D;
}
.AnyTagClassName
{
color: #653C3D;
}
</style>
background-color css
<style>
a { background-color: #653C3D; }
a { background-color: rgb(101,60,61); }
div.DivClassName
{
background-color: #653C3D;
}
.BgClassName
{
background-color: #653C3D;
}
</style>
border-color css
<style>
span { border-color: #653C3D; }
span { border-color: rgb(101,60,61); }
td.TdClassName
{
border-color: #653C3D;
}
.TagClassName
{
border-color: #653C3D;
}
</style>