Shades of Finn #654553
Tints of Finn #654553
RGB
CMYK
RGB Variations
Color information
#654553 (or 0x654553) is known color: Finn. HEX triplet: 65, 45 and 53. RGB value is (101,69,83). Sum of RGB (Red+Green+Blue) = 101+69+83=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #654553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654553 is #9ABAAC. Grayscale: #505050. Windows color (decimal): -10140333 or 5457253. OLE color: 5457253.
HSL color Cylindrical-coordinate representation of color #654553: hue angle of 333.75º 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 #654553 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 83 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.60 |
| HSL | 333.75º | 0.19% | 0.33% | - |
| HSV(B) | 333.75º | 0.32% | 0.4% | - |
| XYZ | 9.06 | 7.65 | 9.18 | - |
| YUV | 80.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 83 | 0 | 0.32 | 0.18 | 0.60 | 333.75 | 0.19 | 0.33 |
| Hex | 65 | 45 | 53 | 0 | 20 | 12 | 3C | 14E | 13 | 21 |
| Octal | 145 | 105 | 123 | 0 | 40 | 22 | 74 | 516 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1010011 | 0 | 100000 | 10010 | 111100 | 101001110 | 10011 | 100001 |
Color Harmonies of #654553
Complementary color
Monochromatic Colors of #654553
Black with #654553
Text Example
Text Example
White with #654553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654553; }
p { color: rgb(101,69,83); }
H1.HeaderClassName
{
color: #654553;
}
.AnyTagClassName
{
color: #654553;
}
</style>
background-color css
<style>
a { background-color: #654553; }
a { background-color: rgb(101,69,83); }
div.DivClassName
{
background-color: #654553;
}
.BgClassName
{
background-color: #654553;
}
</style>
border-color css
<style>
span { border-color: #654553; }
span { border-color: rgb(101,69,83); }
td.TdClassName
{
border-color: #654553;
}
.TagClassName
{
border-color: #654553;
}
</style>