Shades of Finn #64525C
Tints of Finn #64525C
RGB
CMYK
RGB Variations
Color information
#64525C (or 0x64525C) is known color: Finn. HEX triplet: 64, 52 and 5C. RGB value is (100,82,92). Sum of RGB (Red+Green+Blue) = 100+82+92=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 100 - color contains mainly: red. Hex color #64525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64525C is #9BADA3. Grayscale: #585858. Windows color (decimal): -10202532 or 6050404. OLE color: 6050404.
HSL color Cylindrical-coordinate representation of color #64525C: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64525C is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 92 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.61 |
| HSL | 326.67º | 0.1% | 0.36% | - |
| HSV(B) | 326.67º | 0.18% | 0.39% | - |
| XYZ | 10.2 | 9.52 | 11.42 | - |
| YUV | 88.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 92 | 0 | 0.18 | 0.08 | 0.61 | 326.67 | 0.1 | 0.36 |
| Hex | 64 | 52 | 5C | 0 | 12 | 8 | 3D | 147 | A | 24 |
| Octal | 144 | 122 | 134 | 0 | 22 | 10 | 75 | 507 | 12 | 44 |
| Binary | 1100100 | 1010010 | 1011100 | 0 | 10010 | 1000 | 111101 | 101000111 | 1010 | 100100 |
Color Harmonies of #64525C
Complementary color
Monochromatic Colors of #64525C
Black with #64525C
Text Example
Text Example
White with #64525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64525C; }
p { color: rgb(100,82,92); }
H1.HeaderClassName
{
color: #64525C;
}
.AnyTagClassName
{
color: #64525C;
}
</style>
background-color css
<style>
a { background-color: #64525C; }
a { background-color: rgb(100,82,92); }
div.DivClassName
{
background-color: #64525C;
}
.BgClassName
{
background-color: #64525C;
}
</style>
border-color css
<style>
span { border-color: #64525C; }
span { border-color: rgb(100,82,92); }
td.TdClassName
{
border-color: #64525C;
}
.TagClassName
{
border-color: #64525C;
}
</style>