Shades of Finn #664A5A
Tints of Finn #664A5A
RGB
CMYK
RGB Variations
Color information
#664A5A (or 0x664A5A) is known color: Finn. HEX triplet: 66, 4A and 5A. RGB value is (102,74,90). Sum of RGB (Red+Green+Blue) = 102+74+90=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #664A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A5A is #99B5A5. Grayscale: #545454. Windows color (decimal): -10073510 or 5917286. OLE color: 5917286.
HSL color Cylindrical-coordinate representation of color #664A5A: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664A5A is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 90 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.6 |
| HSL | 325.71º | 0.16% | 0.35% | - |
| HSV(B) | 325.71º | 0.27% | 0.4% | - |
| XYZ | 9.77 | 8.46 | 10.79 | - |
| YUV | 84.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 90 | 0 | 0.27 | 0.12 | 0.6 | 325.71 | 0.16 | 0.35 |
| Hex | 66 | 4A | 5A | 0 | 1B | C | 3C | 146 | 10 | 23 |
| Octal | 146 | 112 | 132 | 0 | 33 | 14 | 74 | 506 | 20 | 43 |
| Binary | 1100110 | 1001010 | 1011010 | 0 | 11011 | 1100 | 111100 | 101000110 | 10000 | 100011 |
Color Harmonies of #664A5A
Complementary color
Monochromatic Colors of #664A5A
Black with #664A5A
Text Example
Text Example
White with #664A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A5A; }
p { color: rgb(102,74,90); }
H1.HeaderClassName
{
color: #664A5A;
}
.AnyTagClassName
{
color: #664A5A;
}
</style>
background-color css
<style>
a { background-color: #664A5A; }
a { background-color: rgb(102,74,90); }
div.DivClassName
{
background-color: #664A5A;
}
.BgClassName
{
background-color: #664A5A;
}
</style>
border-color css
<style>
span { border-color: #664A5A; }
span { border-color: rgb(102,74,90); }
td.TdClassName
{
border-color: #664A5A;
}
.TagClassName
{
border-color: #664A5A;
}
</style>