Shades of Finn #654F5B
Tints of Finn #654F5B
RGB
CMYK
RGB Variations
Color information
#654F5B (or 0x654F5B) is known color: Finn. HEX triplet: 65, 4F and 5B. RGB value is (101,79,91). Sum of RGB (Red+Green+Blue) = 101+79+91=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #654F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F5B is #9AB0A4. Grayscale: #565656. Windows color (decimal): -10137765 or 5984101. OLE color: 5984101.
HSL color Cylindrical-coordinate representation of color #654F5B: hue angle of 327.27º 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 #654F5B is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 91 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.60 |
| HSL | 327.27º | 0.12% | 0.35% | - |
| HSV(B) | 327.27º | 0.22% | 0.4% | - |
| XYZ | 10.05 | 9.11 | 11.13 | - |
| YUV | 86.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 91 | 0 | 0.22 | 0.10 | 0.60 | 327.27 | 0.12 | 0.35 |
| Hex | 65 | 4F | 5B | 0 | 16 | A | 3C | 147 | C | 23 |
| Octal | 145 | 117 | 133 | 0 | 26 | 12 | 74 | 507 | 14 | 43 |
| Binary | 1100101 | 1001111 | 1011011 | 0 | 10110 | 1010 | 111100 | 101000111 | 1100 | 100011 |
Color Harmonies of #654F5B
Complementary color
Monochromatic Colors of #654F5B
Black with #654F5B
Text Example
Text Example
White with #654F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F5B; }
p { color: rgb(101,79,91); }
H1.HeaderClassName
{
color: #654F5B;
}
.AnyTagClassName
{
color: #654F5B;
}
</style>
background-color css
<style>
a { background-color: #654F5B; }
a { background-color: rgb(101,79,91); }
div.DivClassName
{
background-color: #654F5B;
}
.BgClassName
{
background-color: #654F5B;
}
</style>
border-color css
<style>
span { border-color: #654F5B; }
span { border-color: rgb(101,79,91); }
td.TdClassName
{
border-color: #654F5B;
}
.TagClassName
{
border-color: #654F5B;
}
</style>