Shades of Finn #653D57
Tints of Finn #653D57
RGB
CMYK
RGB Variations
Color information
#653D57 (or 0x653D57) is known color: Finn. HEX triplet: 65, 3D and 57. RGB value is (101,61,87). Sum of RGB (Red+Green+Blue) = 101+61+87=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #653D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D57 is #9AC2A8. Grayscale: #4B4B4B. Windows color (decimal): -10142377 or 5717349. OLE color: 5717349.
HSL color Cylindrical-coordinate representation of color #653D57: hue angle of 321º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #653D57 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 87 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.60 |
| HSL | 321º | 0.25% | 0.32% | - |
| HSV(B) | 321º | 0.4% | 0.4% | - |
| XYZ | 8.76 | 6.79 | 9.87 | - |
| YUV | 75.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 87 | 0 | 0.40 | 0.14 | 0.60 | 321 | 0.25 | 0.32 |
| Hex | 65 | 3D | 57 | 0 | 28 | E | 3C | 141 | 19 | 20 |
| Octal | 145 | 75 | 127 | 0 | 50 | 16 | 74 | 501 | 31 | 40 |
| Binary | 1100101 | 111101 | 1010111 | 0 | 101000 | 1110 | 111100 | 101000001 | 11001 | 100000 |
Color Harmonies of #653D57
Complementary color
Monochromatic Colors of #653D57
Black with #653D57
Text Example
Text Example
White with #653D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D57; }
p { color: rgb(101,61,87); }
H1.HeaderClassName
{
color: #653D57;
}
.AnyTagClassName
{
color: #653D57;
}
</style>
background-color css
<style>
a { background-color: #653D57; }
a { background-color: rgb(101,61,87); }
div.DivClassName
{
background-color: #653D57;
}
.BgClassName
{
background-color: #653D57;
}
</style>
border-color css
<style>
span { border-color: #653D57; }
span { border-color: rgb(101,61,87); }
td.TdClassName
{
border-color: #653D57;
}
.TagClassName
{
border-color: #653D57;
}
</style>