Shades of Tosca #654447
Tints of Tosca #654447
RGB
CMYK
RGB Variations
Color information
#654447 (or 0x654447) is known color: Tosca. HEX triplet: 65, 44 and 47. RGB value is (101,68,71). Sum of RGB (Red+Green+Blue) = 101+68+71=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #654447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654447 is #9ABBB8. Grayscale: #4E4E4E. Windows color (decimal): -10140601 or 4670565. OLE color: 4670565.
HSL color Cylindrical-coordinate representation of color #654447: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #654447 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 71 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.60 |
| HSL | 354.55º | 0.2% | 0.33% | - |
| HSV(B) | 354.55º | 0.33% | 0.4% | - |
| XYZ | 8.57 | 7.36 | 6.93 | - |
| YUV | 78.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 71 | 0 | 0.33 | 0.30 | 0.60 | 354.55 | 0.2 | 0.33 |
| Hex | 65 | 44 | 47 | 0 | 21 | 1E | 3C | 163 | 14 | 21 |
| Octal | 145 | 104 | 107 | 0 | 41 | 36 | 74 | 543 | 24 | 41 |
| Binary | 1100101 | 1000100 | 1000111 | 0 | 100001 | 11110 | 111100 | 101100011 | 10100 | 100001 |
Color Harmonies of #654447
Complementary color
Monochromatic Colors of #654447
Black with #654447
Text Example
Text Example
White with #654447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654447; }
p { color: rgb(101,68,71); }
H1.HeaderClassName
{
color: #654447;
}
.AnyTagClassName
{
color: #654447;
}
</style>
background-color css
<style>
a { background-color: #654447; }
a { background-color: rgb(101,68,71); }
div.DivClassName
{
background-color: #654447;
}
.BgClassName
{
background-color: #654447;
}
</style>
border-color css
<style>
span { border-color: #654447; }
span { border-color: rgb(101,68,71); }
td.TdClassName
{
border-color: #654447;
}
.TagClassName
{
border-color: #654447;
}
</style>