Shades of Finn #654556
Tints of Finn #654556
RGB
CMYK
RGB Variations
Color information
#654556 (or 0x654556) is known color: Finn. HEX triplet: 65, 45 and 56. RGB value is (101,69,86). Sum of RGB (Red+Green+Blue) = 101+69+86=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #654556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654556 is #9ABAA9. Grayscale: #505050. Windows color (decimal): -10140330 or 5653861. OLE color: 5653861.
HSL color Cylindrical-coordinate representation of color #654556: hue angle of 328.12º 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 #654556 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 86 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.60 |
| HSL | 328.13º | 0.19% | 0.33% | - |
| HSV(B) | 328.13º | 0.32% | 0.4% | - |
| XYZ | 9.17 | 7.69 | 9.81 | - |
| YUV | 80.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 86 | 0 | 0.32 | 0.15 | 0.60 | 328.13 | 0.19 | 0.33 |
| Hex | 65 | 45 | 56 | 0 | 20 | F | 3C | 148 | 13 | 21 |
| Octal | 145 | 105 | 126 | 0 | 40 | 17 | 74 | 510 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1010110 | 0 | 100000 | 1111 | 111100 | 101001000 | 10011 | 100001 |
Color Harmonies of #654556
Complementary color
Monochromatic Colors of #654556
Black with #654556
Text Example
Text Example
White with #654556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654556; }
p { color: rgb(101,69,86); }
H1.HeaderClassName
{
color: #654556;
}
.AnyTagClassName
{
color: #654556;
}
</style>
background-color css
<style>
a { background-color: #654556; }
a { background-color: rgb(101,69,86); }
div.DivClassName
{
background-color: #654556;
}
.BgClassName
{
background-color: #654556;
}
</style>
border-color css
<style>
span { border-color: #654556; }
span { border-color: rgb(101,69,86); }
td.TdClassName
{
border-color: #654556;
}
.TagClassName
{
border-color: #654556;
}
</style>