Shades of Finn #654154
Tints of Finn #654154
RGB
CMYK
RGB Variations
Color information
#654154 (or 0x654154) is known color: Finn. HEX triplet: 65, 41 and 54. RGB value is (101,65,84). Sum of RGB (Red+Green+Blue) = 101+65+84=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #654154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654154 is #9ABEAB. Grayscale: #4D4D4D. Windows color (decimal): -10141356 or 5521765. OLE color: 5521765.
HSL color Cylindrical-coordinate representation of color #654154: hue angle of 328.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #654154 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 84 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.60 |
| HSL | 328.33º | 0.22% | 0.33% | - |
| HSV(B) | 328.33º | 0.36% | 0.4% | - |
| XYZ | 8.86 | 7.19 | 9.31 | - |
| YUV | 77.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 84 | 0 | 0.36 | 0.17 | 0.60 | 328.33 | 0.22 | 0.33 |
| Hex | 65 | 41 | 54 | 0 | 24 | 11 | 3C | 148 | 16 | 21 |
| Octal | 145 | 101 | 124 | 0 | 44 | 21 | 74 | 510 | 26 | 41 |
| Binary | 1100101 | 1000001 | 1010100 | 0 | 100100 | 10001 | 111100 | 101001000 | 10110 | 100001 |
Color Harmonies of #654154
Complementary color
Monochromatic Colors of #654154
Black with #654154
Text Example
Text Example
White with #654154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654154; }
p { color: rgb(101,65,84); }
H1.HeaderClassName
{
color: #654154;
}
.AnyTagClassName
{
color: #654154;
}
</style>
background-color css
<style>
a { background-color: #654154; }
a { background-color: rgb(101,65,84); }
div.DivClassName
{
background-color: #654154;
}
.BgClassName
{
background-color: #654154;
}
</style>
border-color css
<style>
span { border-color: #654154; }
span { border-color: rgb(101,65,84); }
td.TdClassName
{
border-color: #654154;
}
.TagClassName
{
border-color: #654154;
}
</style>