Shades of Finn #654157
Tints of Finn #654157
RGB
CMYK
RGB Variations
Color information
#654157 (or 0x654157) is known color: Finn. HEX triplet: 65, 41 and 57. RGB value is (101,65,87). Sum of RGB (Red+Green+Blue) = 101+65+87=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #654157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654157 is #9ABEA8. Grayscale: #4E4E4E. Windows color (decimal): -10141353 or 5718373. OLE color: 5718373.
HSL color Cylindrical-coordinate representation of color #654157: hue angle of 323.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 #654157 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 87 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.60 |
| HSL | 323.33º | 0.22% | 0.33% | - |
| HSV(B) | 323.33º | 0.36% | 0.4% | - |
| XYZ | 8.98 | 7.24 | 9.94 | - |
| YUV | 78.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 87 | 0 | 0.36 | 0.14 | 0.60 | 323.33 | 0.22 | 0.33 |
| Hex | 65 | 41 | 57 | 0 | 24 | E | 3C | 143 | 16 | 21 |
| Octal | 145 | 101 | 127 | 0 | 44 | 16 | 74 | 503 | 26 | 41 |
| Binary | 1100101 | 1000001 | 1010111 | 0 | 100100 | 1110 | 111100 | 101000011 | 10110 | 100001 |
Color Harmonies of #654157
Complementary color
Monochromatic Colors of #654157
Black with #654157
Text Example
Text Example
White with #654157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654157; }
p { color: rgb(101,65,87); }
H1.HeaderClassName
{
color: #654157;
}
.AnyTagClassName
{
color: #654157;
}
</style>
background-color css
<style>
a { background-color: #654157; }
a { background-color: rgb(101,65,87); }
div.DivClassName
{
background-color: #654157;
}
.BgClassName
{
background-color: #654157;
}
</style>
border-color css
<style>
span { border-color: #654157; }
span { border-color: rgb(101,65,87); }
td.TdClassName
{
border-color: #654157;
}
.TagClassName
{
border-color: #654157;
}
</style>