Shades of Finn #654A57
Tints of Finn #654A57
RGB
CMYK
RGB Variations
Color information
#654A57 (or 0x654A57) is known color: Finn. HEX triplet: 65, 4A and 57. RGB value is (101,74,87). Sum of RGB (Red+Green+Blue) = 101+74+87=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #654A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A57 is #9AB5A8. Grayscale: #535353. Windows color (decimal): -10139049 or 5720677. OLE color: 5720677.
HSL color Cylindrical-coordinate representation of color #654A57: hue angle of 331.11º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #654A57 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 87 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.60 |
| HSL | 331.11º | 0.15% | 0.34% | - |
| HSV(B) | 331.11º | 0.27% | 0.4% | - |
| XYZ | 9.54 | 8.35 | 10.13 | - |
| YUV | 83.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 87 | 0 | 0.27 | 0.14 | 0.60 | 331.11 | 0.15 | 0.34 |
| Hex | 65 | 4A | 57 | 0 | 1B | E | 3C | 14B | F | 22 |
| Octal | 145 | 112 | 127 | 0 | 33 | 16 | 74 | 513 | 17 | 42 |
| Binary | 1100101 | 1001010 | 1010111 | 0 | 11011 | 1110 | 111100 | 101001011 | 1111 | 100010 |
Color Harmonies of #654A57
Complementary color
Monochromatic Colors of #654A57
Black with #654A57
Text Example
Text Example
White with #654A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A57; }
p { color: rgb(101,74,87); }
H1.HeaderClassName
{
color: #654A57;
}
.AnyTagClassName
{
color: #654A57;
}
</style>
background-color css
<style>
a { background-color: #654A57; }
a { background-color: rgb(101,74,87); }
div.DivClassName
{
background-color: #654A57;
}
.BgClassName
{
background-color: #654A57;
}
</style>
border-color css
<style>
span { border-color: #654A57; }
span { border-color: rgb(101,74,87); }
td.TdClassName
{
border-color: #654A57;
}
.TagClassName
{
border-color: #654A57;
}
</style>