Shades of Finn #653C56
Tints of Finn #653C56
RGB
CMYK
RGB Variations
Color information
#653C56 (or 0x653C56) is known color: Finn. HEX triplet: 65, 3C and 56. RGB value is (101,60,86). Sum of RGB (Red+Green+Blue) = 101+60+86=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #653C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C56 is #9AC3A9. Grayscale: #4B4B4B. Windows color (decimal): -10142634 or 5651557. OLE color: 5651557.
HSL color Cylindrical-coordinate representation of color #653C56: hue angle of 321.95º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #653C56 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 86 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.60 |
| HSL | 321.95º | 0.25% | 0.32% | - |
| HSV(B) | 321.95º | 0.41% | 0.4% | - |
| XYZ | 8.66 | 6.67 | 9.64 | - |
| YUV | 75.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 86 | 0 | 0.41 | 0.15 | 0.60 | 321.95 | 0.25 | 0.32 |
| Hex | 65 | 3C | 56 | 0 | 29 | F | 3C | 142 | 19 | 20 |
| Octal | 145 | 74 | 126 | 0 | 51 | 17 | 74 | 502 | 31 | 40 |
| Binary | 1100101 | 111100 | 1010110 | 0 | 101001 | 1111 | 111100 | 101000010 | 11001 | 100000 |
Color Harmonies of #653C56
Complementary color
Monochromatic Colors of #653C56
Black with #653C56
Text Example
Text Example
White with #653C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C56; }
p { color: rgb(101,60,86); }
H1.HeaderClassName
{
color: #653C56;
}
.AnyTagClassName
{
color: #653C56;
}
</style>
background-color css
<style>
a { background-color: #653C56; }
a { background-color: rgb(101,60,86); }
div.DivClassName
{
background-color: #653C56;
}
.BgClassName
{
background-color: #653C56;
}
</style>
border-color css
<style>
span { border-color: #653C56; }
span { border-color: rgb(101,60,86); }
td.TdClassName
{
border-color: #653C56;
}
.TagClassName
{
border-color: #653C56;
}
</style>