Shades of Finn #653B51
Tints of Finn #653B51
RGB
CMYK
RGB Variations
Color information
#653B51 (or 0x653B51) is known color: Finn. HEX triplet: 65, 3B and 51. RGB value is (101,59,81). Sum of RGB (Red+Green+Blue) = 101+59+81=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #653B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B51 is #9AC4AE. Grayscale: #4A4A4A. Windows color (decimal): -10142895 or 5323621. OLE color: 5323621.
HSL color Cylindrical-coordinate representation of color #653B51: hue angle of 328.57º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B51 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 81 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.60 |
| HSL | 328.57º | 0.26% | 0.31% | - |
| HSV(B) | 328.57º | 0.42% | 0.4% | - |
| XYZ | 8.42 | 6.49 | 8.59 | - |
| YUV | 74.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 81 | 0 | 0.42 | 0.20 | 0.60 | 328.57 | 0.26 | 0.31 |
| Hex | 65 | 3B | 51 | 0 | 2A | 14 | 3C | 149 | 1A | 1F |
| Octal | 145 | 73 | 121 | 0 | 52 | 24 | 74 | 511 | 32 | 37 |
| Binary | 1100101 | 111011 | 1010001 | 0 | 101010 | 10100 | 111100 | 101001001 | 11010 | 11111 |
Color Harmonies of #653B51
Complementary color
Monochromatic Colors of #653B51
Black with #653B51
Text Example
Text Example
White with #653B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B51; }
p { color: rgb(101,59,81); }
H1.HeaderClassName
{
color: #653B51;
}
.AnyTagClassName
{
color: #653B51;
}
</style>
background-color css
<style>
a { background-color: #653B51; }
a { background-color: rgb(101,59,81); }
div.DivClassName
{
background-color: #653B51;
}
.BgClassName
{
background-color: #653B51;
}
</style>
border-color css
<style>
span { border-color: #653B51; }
span { border-color: rgb(101,59,81); }
td.TdClassName
{
border-color: #653B51;
}
.TagClassName
{
border-color: #653B51;
}
</style>