Shades of Finn #654F5A
Tints of Finn #654F5A
RGB
CMYK
RGB Variations
Color information
#654F5A (or 0x654F5A) is known color: Finn. HEX triplet: 65, 4F and 5A. RGB value is (101,79,90). Sum of RGB (Red+Green+Blue) = 101+79+90=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #654F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F5A is #9AB0A5. Grayscale: #565656. Windows color (decimal): -10137766 or 5918565. OLE color: 5918565.
HSL color Cylindrical-coordinate representation of color #654F5A: hue angle of 330º 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 #654F5A is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 90 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.60 |
| HSL | 330º | 0.12% | 0.35% | - |
| HSV(B) | 330º | 0.22% | 0.4% | - |
| XYZ | 10.01 | 9.1 | 10.9 | - |
| YUV | 86.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 90 | 0 | 0.22 | 0.11 | 0.60 | 330 | 0.12 | 0.35 |
| Hex | 65 | 4F | 5A | 0 | 16 | B | 3C | 14A | C | 23 |
| Octal | 145 | 117 | 132 | 0 | 26 | 13 | 74 | 512 | 14 | 43 |
| Binary | 1100101 | 1001111 | 1011010 | 0 | 10110 | 1011 | 111100 | 101001010 | 1100 | 100011 |
Color Harmonies of #654F5A
Complementary color
Monochromatic Colors of #654F5A
Black with #654F5A
Text Example
Text Example
White with #654F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F5A; }
p { color: rgb(101,79,90); }
H1.HeaderClassName
{
color: #654F5A;
}
.AnyTagClassName
{
color: #654F5A;
}
</style>
background-color css
<style>
a { background-color: #654F5A; }
a { background-color: rgb(101,79,90); }
div.DivClassName
{
background-color: #654F5A;
}
.BgClassName
{
background-color: #654F5A;
}
</style>
border-color css
<style>
span { border-color: #654F5A; }
span { border-color: rgb(101,79,90); }
td.TdClassName
{
border-color: #654F5A;
}
.TagClassName
{
border-color: #654F5A;
}
</style>