Shades of Finn #653D58
Tints of Finn #653D58
RGB
CMYK
RGB Variations
Color information
#653D58 (or 0x653D58) is known color: Finn. HEX triplet: 65, 3D and 58. RGB value is (101,61,88). Sum of RGB (Red+Green+Blue) = 101+61+88=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #653D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D58 is #9AC2A7. Grayscale: #4B4B4B. Windows color (decimal): -10142376 or 5782885. OLE color: 5782885.
HSL color Cylindrical-coordinate representation of color #653D58: hue angle of 319.5º 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 #653D58 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 88 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.60 |
| HSL | 319.5º | 0.25% | 0.32% | - |
| HSV(B) | 319.5º | 0.4% | 0.4% | - |
| XYZ | 8.8 | 6.81 | 10.08 | - |
| YUV | 76.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 88 | 0 | 0.40 | 0.13 | 0.60 | 319.5 | 0.25 | 0.32 |
| Hex | 65 | 3D | 58 | 0 | 28 | D | 3C | 140 | 19 | 20 |
| Octal | 145 | 75 | 130 | 0 | 50 | 15 | 74 | 500 | 31 | 40 |
| Binary | 1100101 | 111101 | 1011000 | 0 | 101000 | 1101 | 111100 | 101000000 | 11001 | 100000 |
Color Harmonies of #653D58
Complementary color
Monochromatic Colors of #653D58
Black with #653D58
Text Example
Text Example
White with #653D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D58; }
p { color: rgb(101,61,88); }
H1.HeaderClassName
{
color: #653D58;
}
.AnyTagClassName
{
color: #653D58;
}
</style>
background-color css
<style>
a { background-color: #653D58; }
a { background-color: rgb(101,61,88); }
div.DivClassName
{
background-color: #653D58;
}
.BgClassName
{
background-color: #653D58;
}
</style>
border-color css
<style>
span { border-color: #653D58; }
span { border-color: rgb(101,61,88); }
td.TdClassName
{
border-color: #653D58;
}
.TagClassName
{
border-color: #653D58;
}
</style>