Shades of Finn #653D51
Tints of Finn #653D51
RGB
CMYK
RGB Variations
Color information
#653D51 (or 0x653D51) is known color: Finn. HEX triplet: 65, 3D and 51. RGB value is (101,61,81). Sum of RGB (Red+Green+Blue) = 101+61+81=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #653D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D51 is #9AC2AE. Grayscale: #4B4B4B. Windows color (decimal): -10142383 or 5324133. OLE color: 5324133.
HSL color Cylindrical-coordinate representation of color #653D51: hue angle of 330º 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 #653D51 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 81 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.60 |
| HSL | 330º | 0.25% | 0.32% | - |
| HSV(B) | 330º | 0.4% | 0.4% | - |
| XYZ | 8.52 | 6.7 | 8.63 | - |
| YUV | 75.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 81 | 0 | 0.40 | 0.20 | 0.60 | 330 | 0.25 | 0.32 |
| Hex | 65 | 3D | 51 | 0 | 28 | 14 | 3C | 14A | 19 | 20 |
| Octal | 145 | 75 | 121 | 0 | 50 | 24 | 74 | 512 | 31 | 40 |
| Binary | 1100101 | 111101 | 1010001 | 0 | 101000 | 10100 | 111100 | 101001010 | 11001 | 100000 |
Color Harmonies of #653D51
Complementary color
Monochromatic Colors of #653D51
Black with #653D51
Text Example
Text Example
White with #653D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D51; }
p { color: rgb(101,61,81); }
H1.HeaderClassName
{
color: #653D51;
}
.AnyTagClassName
{
color: #653D51;
}
</style>
background-color css
<style>
a { background-color: #653D51; }
a { background-color: rgb(101,61,81); }
div.DivClassName
{
background-color: #653D51;
}
.BgClassName
{
background-color: #653D51;
}
</style>
border-color css
<style>
span { border-color: #653D51; }
span { border-color: rgb(101,61,81); }
td.TdClassName
{
border-color: #653D51;
}
.TagClassName
{
border-color: #653D51;
}
</style>