Shades of Tosca #654346
Tints of Tosca #654346
RGB
CMYK
RGB Variations
Color information
#654346 (or 0x654346) is known color: Tosca. HEX triplet: 65, 43 and 46. RGB value is (101,67,70). Sum of RGB (Red+Green+Blue) = 101+67+70=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #654346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654346 is #9ABCB9. Grayscale: #4D4D4D. Windows color (decimal): -10140858 or 4604773. OLE color: 4604773.
HSL color Cylindrical-coordinate representation of color #654346: hue angle of 354.71º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654346 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 70 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.60 |
| HSL | 354.71º | 0.2% | 0.33% | - |
| HSV(B) | 354.71º | 0.34% | 0.4% | - |
| XYZ | 8.48 | 7.22 | 6.74 | - |
| YUV | 77.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 70 | 0 | 0.34 | 0.31 | 0.60 | 354.71 | 0.2 | 0.33 |
| Hex | 65 | 43 | 46 | 0 | 22 | 1F | 3C | 163 | 14 | 21 |
| Octal | 145 | 103 | 106 | 0 | 42 | 37 | 74 | 543 | 24 | 41 |
| Binary | 1100101 | 1000011 | 1000110 | 0 | 100010 | 11111 | 111100 | 101100011 | 10100 | 100001 |
Color Harmonies of #654346
Complementary color
Monochromatic Colors of #654346
Black with #654346
Text Example
Text Example
White with #654346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654346; }
p { color: rgb(101,67,70); }
H1.HeaderClassName
{
color: #654346;
}
.AnyTagClassName
{
color: #654346;
}
</style>
background-color css
<style>
a { background-color: #654346; }
a { background-color: rgb(101,67,70); }
div.DivClassName
{
background-color: #654346;
}
.BgClassName
{
background-color: #654346;
}
</style>
border-color css
<style>
span { border-color: #654346; }
span { border-color: rgb(101,67,70); }
td.TdClassName
{
border-color: #654346;
}
.TagClassName
{
border-color: #654346;
}
</style>