Shades of Finn #64525D
Tints of Finn #64525D
RGB
CMYK
RGB Variations
Color information
#64525D (or 0x64525D) is known color: Finn. HEX triplet: 64, 52 and 5D. RGB value is (100,82,93). Sum of RGB (Red+Green+Blue) = 100+82+93=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #64525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64525D is #9BADA2. Grayscale: #585858. Windows color (decimal): -10202531 or 6115940. OLE color: 6115940.
HSL color Cylindrical-coordinate representation of color #64525D: hue angle of 323.33º 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 #64525D is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 93 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.61 |
| HSL | 323.33º | 0.1% | 0.36% | - |
| HSV(B) | 323.33º | 0.18% | 0.39% | - |
| XYZ | 10.25 | 9.53 | 11.66 | - |
| YUV | 88.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 93 | 0 | 0.18 | 0.07 | 0.61 | 323.33 | 0.1 | 0.36 |
| Hex | 64 | 52 | 5D | 0 | 12 | 7 | 3D | 143 | A | 24 |
| Octal | 144 | 122 | 135 | 0 | 22 | 7 | 75 | 503 | 12 | 44 |
| Binary | 1100100 | 1010010 | 1011101 | 0 | 10010 | 111 | 111101 | 101000011 | 1010 | 100100 |
Color Harmonies of #64525D
Complementary color
Monochromatic Colors of #64525D
Black with #64525D
Text Example
Text Example
White with #64525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64525D; }
p { color: rgb(100,82,93); }
H1.HeaderClassName
{
color: #64525D;
}
.AnyTagClassName
{
color: #64525D;
}
</style>
background-color css
<style>
a { background-color: #64525D; }
a { background-color: rgb(100,82,93); }
div.DivClassName
{
background-color: #64525D;
}
.BgClassName
{
background-color: #64525D;
}
</style>
border-color css
<style>
span { border-color: #64525D; }
span { border-color: rgb(100,82,93); }
td.TdClassName
{
border-color: #64525D;
}
.TagClassName
{
border-color: #64525D;
}
</style>