Shades of Finn #653B4F
Tints of Finn #653B4F
RGB
CMYK
RGB Variations
Color information
#653B4F (or 0x653B4F) is known color: Finn. HEX triplet: 65, 3B and 4F. RGB value is (101,59,79). Sum of RGB (Red+Green+Blue) = 101+59+79=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #653B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B4F is #9AC4B0. Grayscale: #494949. Windows color (decimal): -10142897 or 5192549. OLE color: 5192549.
HSL color Cylindrical-coordinate representation of color #653B4F: hue angle of 331.43º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B4F is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 79 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.60 |
| HSL | 331.43º | 0.26% | 0.31% | - |
| HSV(B) | 331.43º | 0.42% | 0.4% | - |
| XYZ | 8.34 | 6.46 | 8.2 | - |
| YUV | 73.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 79 | 0 | 0.42 | 0.22 | 0.60 | 331.43 | 0.26 | 0.31 |
| Hex | 65 | 3B | 4F | 0 | 2A | 16 | 3C | 14B | 1A | 1F |
| Octal | 145 | 73 | 117 | 0 | 52 | 26 | 74 | 513 | 32 | 37 |
| Binary | 1100101 | 111011 | 1001111 | 0 | 101010 | 10110 | 111100 | 101001011 | 11010 | 11111 |
Color Harmonies of #653B4F
Complementary color
Monochromatic Colors of #653B4F
Black with #653B4F
Text Example
Text Example
White with #653B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B4F; }
p { color: rgb(101,59,79); }
H1.HeaderClassName
{
color: #653B4F;
}
.AnyTagClassName
{
color: #653B4F;
}
</style>
background-color css
<style>
a { background-color: #653B4F; }
a { background-color: rgb(101,59,79); }
div.DivClassName
{
background-color: #653B4F;
}
.BgClassName
{
background-color: #653B4F;
}
</style>
border-color css
<style>
span { border-color: #653B4F; }
span { border-color: rgb(101,59,79); }
td.TdClassName
{
border-color: #653B4F;
}
.TagClassName
{
border-color: #653B4F;
}
</style>