Shades of Tosca #654142
Tints of Tosca #654142
RGB
CMYK
RGB Variations
Color information
#654142 (or 0x654142) is known color: Tosca. HEX triplet: 65, 41 and 42. RGB value is (101,65,66). Sum of RGB (Red+Green+Blue) = 101+65+66=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #654142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654142 is #9ABEBD. Grayscale: #4B4B4B. Windows color (decimal): -10141374 or 4342117. OLE color: 4342117.
HSL color Cylindrical-coordinate representation of color #654142: hue angle of 358.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #654142 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 66 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.60 |
| HSL | 358.33º | 0.22% | 0.33% | - |
| HSV(B) | 358.33º | 0.36% | 0.4% | - |
| XYZ | 8.24 | 6.94 | 6.06 | - |
| YUV | 75.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 66 | 0 | 0.36 | 0.35 | 0.60 | 358.33 | 0.22 | 0.33 |
| Hex | 65 | 41 | 42 | 0 | 24 | 23 | 3C | 166 | 16 | 21 |
| Octal | 145 | 101 | 102 | 0 | 44 | 43 | 74 | 546 | 26 | 41 |
| Binary | 1100101 | 1000001 | 1000010 | 0 | 100100 | 100011 | 111100 | 101100110 | 10110 | 100001 |
Color Harmonies of #654142
Complementary color
Monochromatic Colors of #654142
Black with #654142
Text Example
Text Example
White with #654142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654142; }
p { color: rgb(101,65,66); }
H1.HeaderClassName
{
color: #654142;
}
.AnyTagClassName
{
color: #654142;
}
</style>
background-color css
<style>
a { background-color: #654142; }
a { background-color: rgb(101,65,66); }
div.DivClassName
{
background-color: #654142;
}
.BgClassName
{
background-color: #654142;
}
</style>
border-color css
<style>
span { border-color: #654142; }
span { border-color: rgb(101,65,66); }
td.TdClassName
{
border-color: #654142;
}
.TagClassName
{
border-color: #654142;
}
</style>