Shades of Finn #653F52
Tints of Finn #653F52
RGB
CMYK
RGB Variations
Color information
#653F52 (or 0x653F52) is known color: Finn. HEX triplet: 65, 3F and 52. RGB value is (101,63,82). Sum of RGB (Red+Green+Blue) = 101+63+82=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #653F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F52 is #9AC0AD. Grayscale: #4C4C4C. Windows color (decimal): -10141870 or 5390181. OLE color: 5390181.
HSL color Cylindrical-coordinate representation of color #653F52: hue angle of 330º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F52 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 82 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.60 |
| HSL | 330º | 0.23% | 0.32% | - |
| HSV(B) | 330º | 0.38% | 0.4% | - |
| XYZ | 8.67 | 6.93 | 8.86 | - |
| YUV | 76.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 82 | 0 | 0.38 | 0.19 | 0.60 | 330 | 0.23 | 0.32 |
| Hex | 65 | 3F | 52 | 0 | 26 | 13 | 3C | 14A | 17 | 20 |
| Octal | 145 | 77 | 122 | 0 | 46 | 23 | 74 | 512 | 27 | 40 |
| Binary | 1100101 | 111111 | 1010010 | 0 | 100110 | 10011 | 111100 | 101001010 | 10111 | 100000 |
Color Harmonies of #653F52
Complementary color
Monochromatic Colors of #653F52
Black with #653F52
Text Example
Text Example
White with #653F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F52; }
p { color: rgb(101,63,82); }
H1.HeaderClassName
{
color: #653F52;
}
.AnyTagClassName
{
color: #653F52;
}
</style>
background-color css
<style>
a { background-color: #653F52; }
a { background-color: rgb(101,63,82); }
div.DivClassName
{
background-color: #653F52;
}
.BgClassName
{
background-color: #653F52;
}
</style>
border-color css
<style>
span { border-color: #653F52; }
span { border-color: rgb(101,63,82); }
td.TdClassName
{
border-color: #653F52;
}
.TagClassName
{
border-color: #653F52;
}
</style>