Shades of Finn #664250
Tints of Finn #664250
RGB
CMYK
RGB Variations
Color information
#664250 (or 0x664250) is known color: Finn. HEX triplet: 66, 42 and 50. RGB value is (102,66,80). Sum of RGB (Red+Green+Blue) = 102+66+80=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #664250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664250 is #99BDAF. Grayscale: #4E4E4E. Windows color (decimal): -10075568 or 5259878. OLE color: 5259878.
HSL color Cylindrical-coordinate representation of color #664250: hue angle of 336.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664250 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 80 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.6 |
| HSL | 336.67º | 0.21% | 0.33% | - |
| HSV(B) | 336.67º | 0.35% | 0.4% | - |
| XYZ | 8.88 | 7.3 | 8.53 | - |
| YUV | 78.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 80 | 0 | 0.35 | 0.22 | 0.6 | 336.67 | 0.21 | 0.33 |
| Hex | 66 | 42 | 50 | 0 | 23 | 16 | 3C | 151 | 15 | 21 |
| Octal | 146 | 102 | 120 | 0 | 43 | 26 | 74 | 521 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1010000 | 0 | 100011 | 10110 | 111100 | 101010001 | 10101 | 100001 |
Color Harmonies of #664250
Complementary color
Monochromatic Colors of #664250
Black with #664250
Text Example
Text Example
White with #664250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664250; }
p { color: rgb(102,66,80); }
H1.HeaderClassName
{
color: #664250;
}
.AnyTagClassName
{
color: #664250;
}
</style>
background-color css
<style>
a { background-color: #664250; }
a { background-color: rgb(102,66,80); }
div.DivClassName
{
background-color: #664250;
}
.BgClassName
{
background-color: #664250;
}
</style>
border-color css
<style>
span { border-color: #664250; }
span { border-color: rgb(102,66,80); }
td.TdClassName
{
border-color: #664250;
}
.TagClassName
{
border-color: #664250;
}
</style>