Shades of Finn #654850
Tints of Finn #654850
RGB
CMYK
RGB Variations
Color information
#654850 (or 0x654850) is known color: Finn. HEX triplet: 65, 48 and 50. RGB value is (101,72,80). Sum of RGB (Red+Green+Blue) = 101+72+80=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #654850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654850 is #9AB7AF. Grayscale: #515151. Windows color (decimal): -10139568 or 5261413. OLE color: 5261413.
HSL color Cylindrical-coordinate representation of color #654850: hue angle of 343.45º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654850 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 72 | 80 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.60 |
| HSL | 343.45º | 0.17% | 0.34% | - |
| HSV(B) | 343.45º | 0.29% | 0.4% | - |
| XYZ | 9.13 | 7.98 | 8.65 | - |
| YUV | 81.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 80 | 0 | 0.29 | 0.21 | 0.60 | 343.45 | 0.17 | 0.34 |
| Hex | 65 | 48 | 50 | 0 | 1D | 15 | 3C | 157 | 11 | 22 |
| Octal | 145 | 110 | 120 | 0 | 35 | 25 | 74 | 527 | 21 | 42 |
| Binary | 1100101 | 1001000 | 1010000 | 0 | 11101 | 10101 | 111100 | 101010111 | 10001 | 100010 |
Color Harmonies of #654850
Complementary color
Monochromatic Colors of #654850
Black with #654850
Text Example
Text Example
White with #654850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654850; }
p { color: rgb(101,72,80); }
H1.HeaderClassName
{
color: #654850;
}
.AnyTagClassName
{
color: #654850;
}
</style>
background-color css
<style>
a { background-color: #654850; }
a { background-color: rgb(101,72,80); }
div.DivClassName
{
background-color: #654850;
}
.BgClassName
{
background-color: #654850;
}
</style>
border-color css
<style>
span { border-color: #654850; }
span { border-color: rgb(101,72,80); }
td.TdClassName
{
border-color: #654850;
}
.TagClassName
{
border-color: #654850;
}
</style>