Shades of Tosca #653F42
Tints of Tosca #653F42
RGB
CMYK
RGB Variations
Color information
#653F42 (or 0x653F42) is known color: Tosca. HEX triplet: 65, 3F and 42. RGB value is (101,63,66). Sum of RGB (Red+Green+Blue) = 101+63+66=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #653F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F42 is #9AC0BD. Grayscale: #4A4A4A. Windows color (decimal): -10141886 or 4341605. OLE color: 4341605.
HSL color Cylindrical-coordinate representation of color #653F42: hue angle of 355.26º 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 #653F42 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 66 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.60 |
| HSL | 355.26º | 0.23% | 0.32% | - |
| HSV(B) | 355.26º | 0.38% | 0.4% | - |
| XYZ | 8.13 | 6.72 | 6.02 | - |
| YUV | 74.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 66 | 0 | 0.38 | 0.35 | 0.60 | 355.26 | 0.23 | 0.32 |
| Hex | 65 | 3F | 42 | 0 | 26 | 23 | 3C | 163 | 17 | 20 |
| Octal | 145 | 77 | 102 | 0 | 46 | 43 | 74 | 543 | 27 | 40 |
| Binary | 1100101 | 111111 | 1000010 | 0 | 100110 | 100011 | 111100 | 101100011 | 10111 | 100000 |
Color Harmonies of #653F42
Complementary color
Monochromatic Colors of #653F42
Black with #653F42
Text Example
Text Example
White with #653F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F42; }
p { color: rgb(101,63,66); }
H1.HeaderClassName
{
color: #653F42;
}
.AnyTagClassName
{
color: #653F42;
}
</style>
background-color css
<style>
a { background-color: #653F42; }
a { background-color: rgb(101,63,66); }
div.DivClassName
{
background-color: #653F42;
}
.BgClassName
{
background-color: #653F42;
}
</style>
border-color css
<style>
span { border-color: #653F42; }
span { border-color: rgb(101,63,66); }
td.TdClassName
{
border-color: #653F42;
}
.TagClassName
{
border-color: #653F42;
}
</style>