Shades of Finn #654358
Tints of Finn #654358
RGB
CMYK
RGB Variations
Color information
#654358 (or 0x654358) is known color: Finn. HEX triplet: 65, 43 and 58. RGB value is (101,67,88). Sum of RGB (Red+Green+Blue) = 101+67+88=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #654358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654358 is #9ABCA7. Grayscale: #4F4F4F. Windows color (decimal): -10140840 or 5784421. OLE color: 5784421.
HSL color Cylindrical-coordinate representation of color #654358: hue angle of 322.94º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654358 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 88 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.60 |
| HSL | 322.94º | 0.2% | 0.33% | - |
| HSV(B) | 322.94º | 0.34% | 0.4% | - |
| XYZ | 9.14 | 7.49 | 10.2 | - |
| YUV | 79.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 88 | 0 | 0.34 | 0.13 | 0.60 | 322.94 | 0.2 | 0.33 |
| Hex | 65 | 43 | 58 | 0 | 22 | D | 3C | 143 | 14 | 21 |
| Octal | 145 | 103 | 130 | 0 | 42 | 15 | 74 | 503 | 24 | 41 |
| Binary | 1100101 | 1000011 | 1011000 | 0 | 100010 | 1101 | 111100 | 101000011 | 10100 | 100001 |
Color Harmonies of #654358
Complementary color
Monochromatic Colors of #654358
Black with #654358
Text Example
Text Example
White with #654358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654358; }
p { color: rgb(101,67,88); }
H1.HeaderClassName
{
color: #654358;
}
.AnyTagClassName
{
color: #654358;
}
</style>
background-color css
<style>
a { background-color: #654358; }
a { background-color: rgb(101,67,88); }
div.DivClassName
{
background-color: #654358;
}
.BgClassName
{
background-color: #654358;
}
</style>
border-color css
<style>
span { border-color: #654358; }
span { border-color: rgb(101,67,88); }
td.TdClassName
{
border-color: #654358;
}
.TagClassName
{
border-color: #654358;
}
</style>