Shades of Finn #66555E
Tints of Finn #66555E
RGB
CMYK
RGB Variations
Color information
#66555E (or 0x66555E) is known color: Finn. HEX triplet: 66, 55 and 5E. RGB value is (102,85,94). Sum of RGB (Red+Green+Blue) = 102+85+94=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #66555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66555E is #99AAA1. Grayscale: #5B5B5B. Windows color (decimal): -10070690 or 6182246. OLE color: 6182246.
HSL color Cylindrical-coordinate representation of color #66555E: hue angle of 328.24º 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 #66555E is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 94 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.6 |
| HSL | 328.24º | 0.09% | 0.37% | - |
| HSV(B) | 328.24º | 0.17% | 0.4% | - |
| XYZ | 10.75 | 10.13 | 11.98 | - |
| YUV | 91.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 94 | 0 | 0.17 | 0.08 | 0.6 | 328.24 | 0.09 | 0.37 |
| Hex | 66 | 55 | 5E | 0 | 11 | 8 | 3C | 148 | 9 | 25 |
| Octal | 146 | 125 | 136 | 0 | 21 | 10 | 74 | 510 | 11 | 45 |
| Binary | 1100110 | 1010101 | 1011110 | 0 | 10001 | 1000 | 111100 | 101001000 | 1001 | 100101 |
Color Harmonies of #66555E
Complementary color
Monochromatic Colors of #66555E
Black with #66555E
Text Example
Text Example
White with #66555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66555E; }
p { color: rgb(102,85,94); }
H1.HeaderClassName
{
color: #66555E;
}
.AnyTagClassName
{
color: #66555E;
}
</style>
background-color css
<style>
a { background-color: #66555E; }
a { background-color: rgb(102,85,94); }
div.DivClassName
{
background-color: #66555E;
}
.BgClassName
{
background-color: #66555E;
}
</style>
border-color css
<style>
span { border-color: #66555E; }
span { border-color: rgb(102,85,94); }
td.TdClassName
{
border-color: #66555E;
}
.TagClassName
{
border-color: #66555E;
}
</style>