Shades of Finn #654555
Tints of Finn #654555
RGB
CMYK
RGB Variations
Color information
#654555 (or 0x654555) is known color: Finn. HEX triplet: 65, 45 and 55. RGB value is (101,69,85). Sum of RGB (Red+Green+Blue) = 101+69+85=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #654555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654555 is #9ABAAA. Grayscale: #505050. Windows color (decimal): -10140331 or 5588325. OLE color: 5588325.
HSL color Cylindrical-coordinate representation of color #654555: hue angle of 330º 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 #654555 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 85 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.60 |
| HSL | 330º | 0.19% | 0.33% | - |
| HSV(B) | 330º | 0.32% | 0.4% | - |
| XYZ | 9.13 | 7.68 | 9.6 | - |
| YUV | 80.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 85 | 0 | 0.32 | 0.16 | 0.60 | 330 | 0.19 | 0.33 |
| Hex | 65 | 45 | 55 | 0 | 20 | 10 | 3C | 14A | 13 | 21 |
| Octal | 145 | 105 | 125 | 0 | 40 | 20 | 74 | 512 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1010101 | 0 | 100000 | 10000 | 111100 | 101001010 | 10011 | 100001 |
Color Harmonies of #654555
Complementary color
Monochromatic Colors of #654555
Black with #654555
Text Example
Text Example
White with #654555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654555; }
p { color: rgb(101,69,85); }
H1.HeaderClassName
{
color: #654555;
}
.AnyTagClassName
{
color: #654555;
}
</style>
background-color css
<style>
a { background-color: #654555; }
a { background-color: rgb(101,69,85); }
div.DivClassName
{
background-color: #654555;
}
.BgClassName
{
background-color: #654555;
}
</style>
border-color css
<style>
span { border-color: #654555; }
span { border-color: rgb(101,69,85); }
td.TdClassName
{
border-color: #654555;
}
.TagClassName
{
border-color: #654555;
}
</style>