Shades of Finn #66515A
Tints of Finn #66515A
RGB
CMYK
RGB Variations
Color information
#66515A (or 0x66515A) is known color: Finn. HEX triplet: 66, 51 and 5A. RGB value is (102,81,90). Sum of RGB (Red+Green+Blue) = 102+81+90=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #66515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66515A is #99AEA5. Grayscale: #585858. Windows color (decimal): -10071718 or 5919078. OLE color: 5919078.
HSL color Cylindrical-coordinate representation of color #66515A: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66515A is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 90 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.6 |
| HSL | 334.29º | 0.11% | 0.36% | - |
| HSV(B) | 334.29º | 0.21% | 0.4% | - |
| XYZ | 10.27 | 9.45 | 10.96 | - |
| YUV | 88.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 90 | 0 | 0.21 | 0.12 | 0.6 | 334.29 | 0.11 | 0.36 |
| Hex | 66 | 51 | 5A | 0 | 15 | C | 3C | 14E | B | 24 |
| Octal | 146 | 121 | 132 | 0 | 25 | 14 | 74 | 516 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1011010 | 0 | 10101 | 1100 | 111100 | 101001110 | 1011 | 100100 |
Color Harmonies of #66515A
Complementary color
Monochromatic Colors of #66515A
Black with #66515A
Text Example
Text Example
White with #66515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66515A; }
p { color: rgb(102,81,90); }
H1.HeaderClassName
{
color: #66515A;
}
.AnyTagClassName
{
color: #66515A;
}
</style>
background-color css
<style>
a { background-color: #66515A; }
a { background-color: rgb(102,81,90); }
div.DivClassName
{
background-color: #66515A;
}
.BgClassName
{
background-color: #66515A;
}
</style>
border-color css
<style>
span { border-color: #66515A; }
span { border-color: rgb(102,81,90); }
td.TdClassName
{
border-color: #66515A;
}
.TagClassName
{
border-color: #66515A;
}
</style>