Shades of Finn #654551
Tints of Finn #654551
RGB
CMYK
RGB Variations
Color information
#654551 (or 0x654551) is known color: Finn. HEX triplet: 65, 45 and 51. RGB value is (101,69,81). Sum of RGB (Red+Green+Blue) = 101+69+81=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #654551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654551 is #9ABAAE. Grayscale: #4F4F4F. Windows color (decimal): -10140335 or 5326181. OLE color: 5326181.
HSL color Cylindrical-coordinate representation of color #654551: hue angle of 337.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #654551 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 81 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.60 |
| HSL | 337.5º | 0.19% | 0.33% | - |
| HSV(B) | 337.5º | 0.32% | 0.4% | - |
| XYZ | 8.98 | 7.62 | 8.78 | - |
| YUV | 79.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 81 | 0 | 0.32 | 0.20 | 0.60 | 337.5 | 0.19 | 0.33 |
| Hex | 65 | 45 | 51 | 0 | 20 | 14 | 3C | 152 | 13 | 21 |
| Octal | 145 | 105 | 121 | 0 | 40 | 24 | 74 | 522 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1010001 | 0 | 100000 | 10100 | 111100 | 101010010 | 10011 | 100001 |
Color Harmonies of #654551
Complementary color
Monochromatic Colors of #654551
Black with #654551
Text Example
Text Example
White with #654551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654551; }
p { color: rgb(101,69,81); }
H1.HeaderClassName
{
color: #654551;
}
.AnyTagClassName
{
color: #654551;
}
</style>
background-color css
<style>
a { background-color: #654551; }
a { background-color: rgb(101,69,81); }
div.DivClassName
{
background-color: #654551;
}
.BgClassName
{
background-color: #654551;
}
</style>
border-color css
<style>
span { border-color: #654551; }
span { border-color: rgb(101,69,81); }
td.TdClassName
{
border-color: #654551;
}
.TagClassName
{
border-color: #654551;
}
</style>