Shades of Finn #654F56
Tints of Finn #654F56
RGB
CMYK
RGB Variations
Color information
#654F56 (or 0x654F56) is known color: Finn. HEX triplet: 65, 4F and 56. RGB value is (101,79,86). Sum of RGB (Red+Green+Blue) = 101+79+86=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #654F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F56 is #9AB0A9. Grayscale: #565656. Windows color (decimal): -10137770 or 5656421. OLE color: 5656421.
HSL color Cylindrical-coordinate representation of color #654F56: hue angle of 340.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #654F56 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 86 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.60 |
| HSL | 340.91º | 0.12% | 0.35% | - |
| HSV(B) | 340.91º | 0.22% | 0.4% | - |
| XYZ | 9.84 | 9.03 | 10.03 | - |
| YUV | 86.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 86 | 0 | 0.22 | 0.15 | 0.60 | 340.91 | 0.12 | 0.35 |
| Hex | 65 | 4F | 56 | 0 | 16 | F | 3C | 155 | C | 23 |
| Octal | 145 | 117 | 126 | 0 | 26 | 17 | 74 | 525 | 14 | 43 |
| Binary | 1100101 | 1001111 | 1010110 | 0 | 10110 | 1111 | 111100 | 101010101 | 1100 | 100011 |
Color Harmonies of #654F56
Complementary color
Monochromatic Colors of #654F56
Black with #654F56
Text Example
Text Example
White with #654F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F56; }
p { color: rgb(101,79,86); }
H1.HeaderClassName
{
color: #654F56;
}
.AnyTagClassName
{
color: #654F56;
}
</style>
background-color css
<style>
a { background-color: #654F56; }
a { background-color: rgb(101,79,86); }
div.DivClassName
{
background-color: #654F56;
}
.BgClassName
{
background-color: #654F56;
}
</style>
border-color css
<style>
span { border-color: #654F56; }
span { border-color: rgb(101,79,86); }
td.TdClassName
{
border-color: #654F56;
}
.TagClassName
{
border-color: #654F56;
}
</style>