Shades of Finn #653C51
Tints of Finn #653C51
RGB
CMYK
RGB Variations
Color information
#653C51 (or 0x653C51) is known color: Finn. HEX triplet: 65, 3C and 51. RGB value is (101,60,81). Sum of RGB (Red+Green+Blue) = 101+60+81=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #653C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C51 is #9AC3AE. Grayscale: #4A4A4A. Windows color (decimal): -10142639 or 5323877. OLE color: 5323877.
HSL color Cylindrical-coordinate representation of color #653C51: hue angle of 329.27º 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 #653C51 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 81 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.60 |
| HSL | 329.27º | 0.25% | 0.32% | - |
| HSV(B) | 329.27º | 0.41% | 0.4% | - |
| XYZ | 8.47 | 6.59 | 8.61 | - |
| YUV | 74.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 81 | 0 | 0.41 | 0.20 | 0.60 | 329.27 | 0.25 | 0.32 |
| Hex | 65 | 3C | 51 | 0 | 29 | 14 | 3C | 149 | 19 | 20 |
| Octal | 145 | 74 | 121 | 0 | 51 | 24 | 74 | 511 | 31 | 40 |
| Binary | 1100101 | 111100 | 1010001 | 0 | 101001 | 10100 | 111100 | 101001001 | 11001 | 100000 |
Color Harmonies of #653C51
Complementary color
Monochromatic Colors of #653C51
Black with #653C51
Text Example
Text Example
White with #653C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C51; }
p { color: rgb(101,60,81); }
H1.HeaderClassName
{
color: #653C51;
}
.AnyTagClassName
{
color: #653C51;
}
</style>
background-color css
<style>
a { background-color: #653C51; }
a { background-color: rgb(101,60,81); }
div.DivClassName
{
background-color: #653C51;
}
.BgClassName
{
background-color: #653C51;
}
</style>
border-color css
<style>
span { border-color: #653C51; }
span { border-color: rgb(101,60,81); }
td.TdClassName
{
border-color: #653C51;
}
.TagClassName
{
border-color: #653C51;
}
</style>