Shades of Finn #655359
Tints of Finn #655359
RGB
CMYK
RGB Variations
Color information
#655359 (or 0x655359) is known color: Finn. HEX triplet: 65, 53 and 59. RGB value is (101,83,89). Sum of RGB (Red+Green+Blue) = 101+83+89=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655359 is #9AACA6. Grayscale: #595959. Windows color (decimal): -10136743 or 5854053. OLE color: 5854053.
HSL color Cylindrical-coordinate representation of color #655359: hue angle of 340º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655359 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 89 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.60 |
| HSL | 340º | 0.1% | 0.36% | - |
| HSV(B) | 340º | 0.18% | 0.4% | - |
| XYZ | 10.26 | 9.67 | 10.78 | - |
| YUV | 89.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 89 | 0 | 0.18 | 0.12 | 0.60 | 340 | 0.1 | 0.36 |
| Hex | 65 | 53 | 59 | 0 | 12 | C | 3C | 154 | A | 24 |
| Octal | 145 | 123 | 131 | 0 | 22 | 14 | 74 | 524 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1011001 | 0 | 10010 | 1100 | 111100 | 101010100 | 1010 | 100100 |
Color Harmonies of #655359
Complementary color
Monochromatic Colors of #655359
Black with #655359
Text Example
Text Example
White with #655359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655359; }
p { color: rgb(101,83,89); }
H1.HeaderClassName
{
color: #655359;
}
.AnyTagClassName
{
color: #655359;
}
</style>
background-color css
<style>
a { background-color: #655359; }
a { background-color: rgb(101,83,89); }
div.DivClassName
{
background-color: #655359;
}
.BgClassName
{
background-color: #655359;
}
</style>
border-color css
<style>
span { border-color: #655359; }
span { border-color: rgb(101,83,89); }
td.TdClassName
{
border-color: #655359;
}
.TagClassName
{
border-color: #655359;
}
</style>