Shades of Finn #64555C
Tints of Finn #64555C
RGB
CMYK
RGB Variations
Color information
#64555C (or 0x64555C) is known color: Finn. HEX triplet: 64, 55 and 5C. RGB value is (100,85,92). Sum of RGB (Red+Green+Blue) = 100+85+92=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64555C is #9BAAA3. Grayscale: #5A5A5A. Windows color (decimal): -10201764 or 6051172. OLE color: 6051172.
HSL color Cylindrical-coordinate representation of color #64555C: hue angle of 332º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #64555C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 92 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.61 |
| HSL | 332º | 0.08% | 0.36% | - |
| HSV(B) | 332º | 0.15% | 0.39% | - |
| XYZ | 10.44 | 9.98 | 11.5 | - |
| YUV | 90.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 92 | 0 | 0.15 | 0.08 | 0.61 | 332 | 0.08 | 0.36 |
| Hex | 64 | 55 | 5C | 0 | F | 8 | 3D | 14C | 8 | 24 |
| Octal | 144 | 125 | 134 | 0 | 17 | 10 | 75 | 514 | 10 | 44 |
| Binary | 1100100 | 1010101 | 1011100 | 0 | 1111 | 1000 | 111101 | 101001100 | 1000 | 100100 |
Color Harmonies of #64555C
Complementary color
Monochromatic Colors of #64555C
Black with #64555C
Text Example
Text Example
White with #64555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64555C; }
p { color: rgb(100,85,92); }
H1.HeaderClassName
{
color: #64555C;
}
.AnyTagClassName
{
color: #64555C;
}
</style>
background-color css
<style>
a { background-color: #64555C; }
a { background-color: rgb(100,85,92); }
div.DivClassName
{
background-color: #64555C;
}
.BgClassName
{
background-color: #64555C;
}
</style>
border-color css
<style>
span { border-color: #64555C; }
span { border-color: rgb(100,85,92); }
td.TdClassName
{
border-color: #64555C;
}
.TagClassName
{
border-color: #64555C;
}
</style>