Shades of Finn #654C59
Tints of Finn #654C59
RGB
CMYK
RGB Variations
Color information
#654C59 (or 0x654C59) is known color: Finn. HEX triplet: 65, 4C and 59. RGB value is (101,76,89). Sum of RGB (Red+Green+Blue) = 101+76+89=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #654C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C59 is #9AB3A6. Grayscale: #545454. Windows color (decimal): -10138535 or 5852261. OLE color: 5852261.
HSL color Cylindrical-coordinate representation of color #654C59: hue angle of 328.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #654C59 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 89 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.60 |
| HSL | 328.8º | 0.14% | 0.35% | - |
| HSV(B) | 328.8º | 0.25% | 0.4% | - |
| XYZ | 9.75 | 8.66 | 10.61 | - |
| YUV | 84.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 89 | 0 | 0.25 | 0.12 | 0.60 | 328.8 | 0.14 | 0.35 |
| Hex | 65 | 4C | 59 | 0 | 19 | C | 3C | 149 | E | 23 |
| Octal | 145 | 114 | 131 | 0 | 31 | 14 | 74 | 511 | 16 | 43 |
| Binary | 1100101 | 1001100 | 1011001 | 0 | 11001 | 1100 | 111100 | 101001001 | 1110 | 100011 |
Color Harmonies of #654C59
Complementary color
Monochromatic Colors of #654C59
Black with #654C59
Text Example
Text Example
White with #654C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C59; }
p { color: rgb(101,76,89); }
H1.HeaderClassName
{
color: #654C59;
}
.AnyTagClassName
{
color: #654C59;
}
</style>
background-color css
<style>
a { background-color: #654C59; }
a { background-color: rgb(101,76,89); }
div.DivClassName
{
background-color: #654C59;
}
.BgClassName
{
background-color: #654C59;
}
</style>
border-color css
<style>
span { border-color: #654C59; }
span { border-color: rgb(101,76,89); }
td.TdClassName
{
border-color: #654C59;
}
.TagClassName
{
border-color: #654C59;
}
</style>