Shades of Tosca #654849
Tints of Tosca #654849
RGB
CMYK
RGB Variations
Color information
#654849 (or 0x654849) is known color: Tosca. HEX triplet: 65, 48 and 49. RGB value is (101,72,73). Sum of RGB (Red+Green+Blue) = 101+72+73=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #654849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654849 is #9AB7B6. Grayscale: #505050. Windows color (decimal): -10139575 or 4802661. OLE color: 4802661.
HSL color Cylindrical-coordinate representation of color #654849: hue angle of 357.93º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654849 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 72 | 73 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.60 |
| HSL | 357.93º | 0.17% | 0.34% | - |
| HSV(B) | 357.93º | 0.29% | 0.4% | - |
| XYZ | 8.89 | 7.88 | 7.36 | - |
| YUV | 80.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 73 | 0 | 0.29 | 0.28 | 0.60 | 357.93 | 0.17 | 0.34 |
| Hex | 65 | 48 | 49 | 0 | 1D | 1C | 3C | 166 | 11 | 22 |
| Octal | 145 | 110 | 111 | 0 | 35 | 34 | 74 | 546 | 21 | 42 |
| Binary | 1100101 | 1001000 | 1001001 | 0 | 11101 | 11100 | 111100 | 101100110 | 10001 | 100010 |
Color Harmonies of #654849
Complementary color
Monochromatic Colors of #654849
Black with #654849
Text Example
Text Example
White with #654849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654849; }
p { color: rgb(101,72,73); }
H1.HeaderClassName
{
color: #654849;
}
.AnyTagClassName
{
color: #654849;
}
</style>
background-color css
<style>
a { background-color: #654849; }
a { background-color: rgb(101,72,73); }
div.DivClassName
{
background-color: #654849;
}
.BgClassName
{
background-color: #654849;
}
</style>
border-color css
<style>
span { border-color: #654849; }
span { border-color: rgb(101,72,73); }
td.TdClassName
{
border-color: #654849;
}
.TagClassName
{
border-color: #654849;
}
</style>