Shades of Finn #653A56
Tints of Finn #653A56
RGB
CMYK
RGB Variations
Color information
#653A56 (or 0x653A56) is known color: Finn. HEX triplet: 65, 3A and 56. RGB value is (101,58,86). Sum of RGB (Red+Green+Blue) = 101+58+86=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #653A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A56 is #9AC5A9. Grayscale: #494949. Windows color (decimal): -10143146 or 5651045. OLE color: 5651045.
HSL color Cylindrical-coordinate representation of color #653A56: hue angle of 320.93º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A56 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 86 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.60 |
| HSL | 320.93º | 0.27% | 0.31% | - |
| HSV(B) | 320.93º | 0.43% | 0.4% | - |
| XYZ | 8.56 | 6.46 | 9.6 | - |
| YUV | 74.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 86 | 0 | 0.43 | 0.15 | 0.60 | 320.93 | 0.27 | 0.31 |
| Hex | 65 | 3A | 56 | 0 | 2B | F | 3C | 141 | 1B | 1F |
| Octal | 145 | 72 | 126 | 0 | 53 | 17 | 74 | 501 | 33 | 37 |
| Binary | 1100101 | 111010 | 1010110 | 0 | 101011 | 1111 | 111100 | 101000001 | 11011 | 11111 |
Color Harmonies of #653A56
Complementary color
Monochromatic Colors of #653A56
Black with #653A56
Text Example
Text Example
White with #653A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A56; }
p { color: rgb(101,58,86); }
H1.HeaderClassName
{
color: #653A56;
}
.AnyTagClassName
{
color: #653A56;
}
</style>
background-color css
<style>
a { background-color: #653A56; }
a { background-color: rgb(101,58,86); }
div.DivClassName
{
background-color: #653A56;
}
.BgClassName
{
background-color: #653A56;
}
</style>
border-color css
<style>
span { border-color: #653A56; }
span { border-color: rgb(101,58,86); }
td.TdClassName
{
border-color: #653A56;
}
.TagClassName
{
border-color: #653A56;
}
</style>