Shades of Tosca #654547
Tints of Tosca #654547
RGB
CMYK
RGB Variations
Color information
#654547 (or 0x654547) is known color: Tosca. HEX triplet: 65, 45 and 47. RGB value is (101,69,71). Sum of RGB (Red+Green+Blue) = 101+69+71=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #654547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654547 is #9ABAB8. Grayscale: #4E4E4E. Windows color (decimal): -10140345 or 4670821. OLE color: 4670821.
HSL color Cylindrical-coordinate representation of color #654547: hue angle of 356.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #654547 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 71 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.60 |
| HSL | 356.25º | 0.19% | 0.33% | - |
| HSV(B) | 356.25º | 0.32% | 0.4% | - |
| XYZ | 8.63 | 7.48 | 6.95 | - |
| YUV | 78.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 71 | 0 | 0.32 | 0.30 | 0.60 | 356.25 | 0.19 | 0.33 |
| Hex | 65 | 45 | 47 | 0 | 20 | 1E | 3C | 164 | 13 | 21 |
| Octal | 145 | 105 | 107 | 0 | 40 | 36 | 74 | 544 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1000111 | 0 | 100000 | 11110 | 111100 | 101100100 | 10011 | 100001 |
Color Harmonies of #654547
Complementary color
Monochromatic Colors of #654547
Black with #654547
Text Example
Text Example
White with #654547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654547; }
p { color: rgb(101,69,71); }
H1.HeaderClassName
{
color: #654547;
}
.AnyTagClassName
{
color: #654547;
}
</style>
background-color css
<style>
a { background-color: #654547; }
a { background-color: rgb(101,69,71); }
div.DivClassName
{
background-color: #654547;
}
.BgClassName
{
background-color: #654547;
}
</style>
border-color css
<style>
span { border-color: #654547; }
span { border-color: rgb(101,69,71); }
td.TdClassName
{
border-color: #654547;
}
.TagClassName
{
border-color: #654547;
}
</style>