Shades of Finn #65454F
Tints of Finn #65454F
RGB
CMYK
RGB Variations
Color information
#65454F (or 0x65454F) is known color: Finn. HEX triplet: 65, 45 and 4F. RGB value is (101,69,79). Sum of RGB (Red+Green+Blue) = 101+69+79=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #65454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65454F is #9ABAB0. Grayscale: #4F4F4F. Windows color (decimal): -10140337 or 5195109. OLE color: 5195109.
HSL color Cylindrical-coordinate representation of color #65454F: hue angle of 341.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65454F is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 79 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.60 |
| HSL | 341.25º | 0.19% | 0.33% | - |
| HSV(B) | 341.25º | 0.32% | 0.4% | - |
| XYZ | 8.91 | 7.59 | 8.39 | - |
| YUV | 79.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 79 | 0 | 0.32 | 0.22 | 0.60 | 341.25 | 0.19 | 0.33 |
| Hex | 65 | 45 | 4F | 0 | 20 | 16 | 3C | 155 | 13 | 21 |
| Octal | 145 | 105 | 117 | 0 | 40 | 26 | 74 | 525 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1001111 | 0 | 100000 | 10110 | 111100 | 101010101 | 10011 | 100001 |
Color Harmonies of #65454F
Complementary color
Monochromatic Colors of #65454F
Black with #65454F
Text Example
Text Example
White with #65454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65454F; }
p { color: rgb(101,69,79); }
H1.HeaderClassName
{
color: #65454F;
}
.AnyTagClassName
{
color: #65454F;
}
</style>
background-color css
<style>
a { background-color: #65454F; }
a { background-color: rgb(101,69,79); }
div.DivClassName
{
background-color: #65454F;
}
.BgClassName
{
background-color: #65454F;
}
</style>
border-color css
<style>
span { border-color: #65454F; }
span { border-color: rgb(101,69,79); }
td.TdClassName
{
border-color: #65454F;
}
.TagClassName
{
border-color: #65454F;
}
</style>