Shades of Finn #64515D
Tints of Finn #64515D
RGB
CMYK
RGB Variations
Color information
#64515D (or 0x64515D) is known color: Finn. HEX triplet: 64, 51 and 5D. RGB value is (100,81,93). Sum of RGB (Red+Green+Blue) = 100+81+93=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 100 - color contains mainly: red. Hex color #64515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64515D is #9BAEA2. Grayscale: #585858. Windows color (decimal): -10202787 or 6115684. OLE color: 6115684.
HSL color Cylindrical-coordinate representation of color #64515D: hue angle of 322.11º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64515D is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 93 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.61 |
| HSL | 322.11º | 0.1% | 0.35% | - |
| HSV(B) | 322.11º | 0.19% | 0.39% | - |
| XYZ | 10.17 | 9.38 | 11.63 | - |
| YUV | 88.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 93 | 0 | 0.19 | 0.07 | 0.61 | 322.11 | 0.1 | 0.35 |
| Hex | 64 | 51 | 5D | 0 | 13 | 7 | 3D | 142 | A | 23 |
| Octal | 144 | 121 | 135 | 0 | 23 | 7 | 75 | 502 | 12 | 43 |
| Binary | 1100100 | 1010001 | 1011101 | 0 | 10011 | 111 | 111101 | 101000010 | 1010 | 100011 |
Color Harmonies of #64515D
Complementary color
Monochromatic Colors of #64515D
Black with #64515D
Text Example
Text Example
White with #64515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64515D; }
p { color: rgb(100,81,93); }
H1.HeaderClassName
{
color: #64515D;
}
.AnyTagClassName
{
color: #64515D;
}
</style>
background-color css
<style>
a { background-color: #64515D; }
a { background-color: rgb(100,81,93); }
div.DivClassName
{
background-color: #64515D;
}
.BgClassName
{
background-color: #64515D;
}
</style>
border-color css
<style>
span { border-color: #64515D; }
span { border-color: rgb(100,81,93); }
td.TdClassName
{
border-color: #64515D;
}
.TagClassName
{
border-color: #64515D;
}
</style>