Shades of Finn #64505A
Tints of Finn #64505A
RGB
CMYK
RGB Variations
Color information
#64505A (or 0x64505A) is known color: Finn. HEX triplet: 64, 50 and 5A. RGB value is (100,80,90). Sum of RGB (Red+Green+Blue) = 100+80+90=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #64505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64505A is #9BAFA5. Grayscale: #575757. Windows color (decimal): -10203046 or 5918820. OLE color: 5918820.
HSL color Cylindrical-coordinate representation of color #64505A: hue angle of 330º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64505A is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 90 | - |
| CMYK | 0 | 0.2 | 0.10 | 0.61 |
| HSL | 330º | 0.11% | 0.35% | - |
| HSV(B) | 330º | 0.2% | 0.39% | - |
| XYZ | 9.97 | 9.18 | 10.92 | - |
| YUV | 87.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 90 | 0 | 0.2 | 0.10 | 0.61 | 330 | 0.11 | 0.35 |
| Hex | 64 | 50 | 5A | 0 | 14 | A | 3D | 14A | B | 23 |
| Octal | 144 | 120 | 132 | 0 | 24 | 12 | 75 | 512 | 13 | 43 |
| Binary | 1100100 | 1010000 | 1011010 | 0 | 10100 | 1010 | 111101 | 101001010 | 1011 | 100011 |
Color Harmonies of #64505A
Complementary color
Monochromatic Colors of #64505A
Black with #64505A
Text Example
Text Example
White with #64505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64505A; }
p { color: rgb(100,80,90); }
H1.HeaderClassName
{
color: #64505A;
}
.AnyTagClassName
{
color: #64505A;
}
</style>
background-color css
<style>
a { background-color: #64505A; }
a { background-color: rgb(100,80,90); }
div.DivClassName
{
background-color: #64505A;
}
.BgClassName
{
background-color: #64505A;
}
</style>
border-color css
<style>
span { border-color: #64505A; }
span { border-color: rgb(100,80,90); }
td.TdClassName
{
border-color: #64505A;
}
.TagClassName
{
border-color: #64505A;
}
</style>