Shades of Finn #644852
Tints of Finn #644852
RGB
CMYK
RGB Variations
Color information
#644852 (or 0x644852) is known color: Finn. HEX triplet: 64, 48 and 52. RGB value is (100,72,82). Sum of RGB (Red+Green+Blue) = 100+72+82=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #644852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644852 is #9BB7AD. Grayscale: #515151. Windows color (decimal): -10205102 or 5392484. OLE color: 5392484.
HSL color Cylindrical-coordinate representation of color #644852: hue angle of 338.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644852 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 82 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.61 |
| HSL | 338.57º | 0.16% | 0.34% | - |
| HSV(B) | 338.57º | 0.28% | 0.39% | - |
| XYZ | 9.1 | 7.95 | 9.04 | - |
| YUV | 81.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 82 | 0 | 0.28 | 0.18 | 0.61 | 338.57 | 0.16 | 0.34 |
| Hex | 64 | 48 | 52 | 0 | 1C | 12 | 3D | 153 | 10 | 22 |
| Octal | 144 | 110 | 122 | 0 | 34 | 22 | 75 | 523 | 20 | 42 |
| Binary | 1100100 | 1001000 | 1010010 | 0 | 11100 | 10010 | 111101 | 101010011 | 10000 | 100010 |
Color Harmonies of #644852
Complementary color
Monochromatic Colors of #644852
Black with #644852
Text Example
Text Example
White with #644852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644852; }
p { color: rgb(100,72,82); }
H1.HeaderClassName
{
color: #644852;
}
.AnyTagClassName
{
color: #644852;
}
</style>
background-color css
<style>
a { background-color: #644852; }
a { background-color: rgb(100,72,82); }
div.DivClassName
{
background-color: #644852;
}
.BgClassName
{
background-color: #644852;
}
</style>
border-color css
<style>
span { border-color: #644852; }
span { border-color: rgb(100,72,82); }
td.TdClassName
{
border-color: #644852;
}
.TagClassName
{
border-color: #644852;
}
</style>