Shades of Finn #653E58
Tints of Finn #653E58
RGB
CMYK
RGB Variations
Color information
#653E58 (or 0x653E58) is known color: Finn. HEX triplet: 65, 3E and 58. RGB value is (101,62,88). Sum of RGB (Red+Green+Blue) = 101+62+88=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #653E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653E58 is #9AC1A7. Grayscale: #4C4C4C. Windows color (decimal): -10142120 or 5783141. OLE color: 5783141.
HSL color Cylindrical-coordinate representation of color #653E58: hue angle of 320º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #653E58 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 62 | 88 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.60 |
| HSL | 320º | 0.24% | 0.32% | - |
| HSV(B) | 320º | 0.39% | 0.4% | - |
| XYZ | 8.85 | 6.92 | 10.1 | - |
| YUV | 76.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 88 | 0 | 0.39 | 0.13 | 0.60 | 320 | 0.24 | 0.32 |
| Hex | 65 | 3E | 58 | 0 | 27 | D | 3C | 140 | 18 | 20 |
| Octal | 145 | 76 | 130 | 0 | 47 | 15 | 74 | 500 | 30 | 40 |
| Binary | 1100101 | 111110 | 1011000 | 0 | 100111 | 1101 | 111100 | 101000000 | 11000 | 100000 |
Color Harmonies of #653E58
Complementary color
Monochromatic Colors of #653E58
Black with #653E58
Text Example
Text Example
White with #653E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E58; }
p { color: rgb(101,62,88); }
H1.HeaderClassName
{
color: #653E58;
}
.AnyTagClassName
{
color: #653E58;
}
</style>
background-color css
<style>
a { background-color: #653E58; }
a { background-color: rgb(101,62,88); }
div.DivClassName
{
background-color: #653E58;
}
.BgClassName
{
background-color: #653E58;
}
</style>
border-color css
<style>
span { border-color: #653E58; }
span { border-color: rgb(101,62,88); }
td.TdClassName
{
border-color: #653E58;
}
.TagClassName
{
border-color: #653E58;
}
</style>