Shades of Finn #66555D
Tints of Finn #66555D
RGB
CMYK
RGB Variations
Color information
#66555D (or 0x66555D) is known color: Finn. HEX triplet: 66, 55 and 5D. RGB value is (102,85,93). Sum of RGB (Red+Green+Blue) = 102+85+93=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #66555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66555D is #99AAA2. Grayscale: #5A5A5A. Windows color (decimal): -10070691 or 6116710. OLE color: 6116710.
HSL color Cylindrical-coordinate representation of color #66555D: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66555D is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 93 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.6 |
| HSL | 331.76º | 0.09% | 0.37% | - |
| HSV(B) | 331.76º | 0.17% | 0.4% | - |
| XYZ | 10.7 | 10.11 | 11.74 | - |
| YUV | 91 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 93 | 0 | 0.17 | 0.09 | 0.6 | 331.76 | 0.09 | 0.37 |
| Hex | 66 | 55 | 5D | 0 | 11 | 9 | 3C | 14C | 9 | 25 |
| Octal | 146 | 125 | 135 | 0 | 21 | 11 | 74 | 514 | 11 | 45 |
| Binary | 1100110 | 1010101 | 1011101 | 0 | 10001 | 1001 | 111100 | 101001100 | 1001 | 100101 |
Color Harmonies of #66555D
Complementary color
Monochromatic Colors of #66555D
Black with #66555D
Text Example
Text Example
White with #66555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66555D; }
p { color: rgb(102,85,93); }
H1.HeaderClassName
{
color: #66555D;
}
.AnyTagClassName
{
color: #66555D;
}
</style>
background-color css
<style>
a { background-color: #66555D; }
a { background-color: rgb(102,85,93); }
div.DivClassName
{
background-color: #66555D;
}
.BgClassName
{
background-color: #66555D;
}
</style>
border-color css
<style>
span { border-color: #66555D; }
span { border-color: rgb(102,85,93); }
td.TdClassName
{
border-color: #66555D;
}
.TagClassName
{
border-color: #66555D;
}
</style>