Shades of Finn #654D54
Tints of Finn #654D54
RGB
CMYK
RGB Variations
Color information
#654D54 (or 0x654D54) is known color: Finn. HEX triplet: 65, 4D and 54. RGB value is (101,77,84). Sum of RGB (Red+Green+Blue) = 101+77+84=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #654D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D54 is #9AB2AB. Grayscale: #545454. Windows color (decimal): -10138284 or 5524837. OLE color: 5524837.
HSL color Cylindrical-coordinate representation of color #654D54: hue angle of 342.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #654D54 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 84 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.60 |
| HSL | 342.5º | 0.13% | 0.35% | - |
| HSV(B) | 342.5º | 0.24% | 0.4% | - |
| XYZ | 9.62 | 8.71 | 9.56 | - |
| YUV | 84.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 84 | 0 | 0.24 | 0.17 | 0.60 | 342.5 | 0.13 | 0.35 |
| Hex | 65 | 4D | 54 | 0 | 18 | 11 | 3C | 156 | D | 23 |
| Octal | 145 | 115 | 124 | 0 | 30 | 21 | 74 | 526 | 15 | 43 |
| Binary | 1100101 | 1001101 | 1010100 | 0 | 11000 | 10001 | 111100 | 101010110 | 1101 | 100011 |
Color Harmonies of #654D54
Complementary color
Monochromatic Colors of #654D54
Black with #654D54
Text Example
Text Example
White with #654D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D54; }
p { color: rgb(101,77,84); }
H1.HeaderClassName
{
color: #654D54;
}
.AnyTagClassName
{
color: #654D54;
}
</style>
background-color css
<style>
a { background-color: #654D54; }
a { background-color: rgb(101,77,84); }
div.DivClassName
{
background-color: #654D54;
}
.BgClassName
{
background-color: #654D54;
}
</style>
border-color css
<style>
span { border-color: #654D54; }
span { border-color: rgb(101,77,84); }
td.TdClassName
{
border-color: #654D54;
}
.TagClassName
{
border-color: #654D54;
}
</style>