Shades of Finn #66465C
Tints of Finn #66465C
RGB
CMYK
RGB Variations
Color information
#66465C (or 0x66465C) is known color: Finn. HEX triplet: 66, 46 and 5C. RGB value is (102,70,92). Sum of RGB (Red+Green+Blue) = 102+70+92=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #66465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66465C is #99B9A3. Grayscale: #525252. Windows color (decimal): -10074532 or 6047334. OLE color: 6047334.
HSL color Cylindrical-coordinate representation of color #66465C: hue angle of 318.75º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66465C is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 92 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.6 |
| HSL | 318.75º | 0.19% | 0.34% | - |
| HSV(B) | 318.75º | 0.31% | 0.4% | - |
| XYZ | 9.6 | 7.98 | 11.16 | - |
| YUV | 82.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 92 | 0 | 0.31 | 0.10 | 0.6 | 318.75 | 0.19 | 0.34 |
| Hex | 66 | 46 | 5C | 0 | 1F | A | 3C | 13F | 13 | 22 |
| Octal | 146 | 106 | 134 | 0 | 37 | 12 | 74 | 477 | 23 | 42 |
| Binary | 1100110 | 1000110 | 1011100 | 0 | 11111 | 1010 | 111100 | 100111111 | 10011 | 100010 |
Color Harmonies of #66465C
Complementary color
Monochromatic Colors of #66465C
Black with #66465C
Text Example
Text Example
White with #66465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66465C; }
p { color: rgb(102,70,92); }
H1.HeaderClassName
{
color: #66465C;
}
.AnyTagClassName
{
color: #66465C;
}
</style>
background-color css
<style>
a { background-color: #66465C; }
a { background-color: rgb(102,70,92); }
div.DivClassName
{
background-color: #66465C;
}
.BgClassName
{
background-color: #66465C;
}
</style>
border-color css
<style>
span { border-color: #66465C; }
span { border-color: rgb(102,70,92); }
td.TdClassName
{
border-color: #66465C;
}
.TagClassName
{
border-color: #66465C;
}
</style>