Shades of Finn #66485C
Tints of Finn #66485C
RGB
CMYK
RGB Variations
Color information
#66485C (or 0x66485C) is known color: Finn. HEX triplet: 66, 48 and 5C. RGB value is (102,72,92). Sum of RGB (Red+Green+Blue) = 102+72+92=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66485C is #99B7A3. Grayscale: #535353. Windows color (decimal): -10074020 or 6047846. OLE color: 6047846.
HSL color Cylindrical-coordinate representation of color #66485C: hue angle of 320º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66485C is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 92 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.6 |
| HSL | 320º | 0.17% | 0.34% | - |
| HSV(B) | 320º | 0.29% | 0.4% | - |
| XYZ | 9.73 | 8.23 | 11.2 | - |
| YUV | 83.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 92 | 0 | 0.29 | 0.10 | 0.6 | 320 | 0.17 | 0.34 |
| Hex | 66 | 48 | 5C | 0 | 1D | A | 3C | 140 | 11 | 22 |
| Octal | 146 | 110 | 134 | 0 | 35 | 12 | 74 | 500 | 21 | 42 |
| Binary | 1100110 | 1001000 | 1011100 | 0 | 11101 | 1010 | 111100 | 101000000 | 10001 | 100010 |
Color Harmonies of #66485C
Complementary color
Monochromatic Colors of #66485C
Black with #66485C
Text Example
Text Example
White with #66485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66485C; }
p { color: rgb(102,72,92); }
H1.HeaderClassName
{
color: #66485C;
}
.AnyTagClassName
{
color: #66485C;
}
</style>
background-color css
<style>
a { background-color: #66485C; }
a { background-color: rgb(102,72,92); }
div.DivClassName
{
background-color: #66485C;
}
.BgClassName
{
background-color: #66485C;
}
</style>
border-color css
<style>
span { border-color: #66485C; }
span { border-color: rgb(102,72,92); }
td.TdClassName
{
border-color: #66485C;
}
.TagClassName
{
border-color: #66485C;
}
</style>