Shades of Finn #663851
Tints of Finn #663851
RGB
CMYK
RGB Variations
Color information
#663851 (or 0x663851) is known color: Finn. HEX triplet: 66, 38 and 51. RGB value is (102,56,81). Sum of RGB (Red+Green+Blue) = 102+56+81=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #663851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663851 is #99C7AE. Grayscale: #484848. Windows color (decimal): -10078127 or 5322854. OLE color: 5322854.
HSL color Cylindrical-coordinate representation of color #663851: hue angle of 327.39º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663851 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 81 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.6 |
| HSL | 327.39º | 0.29% | 0.31% | - |
| HSV(B) | 327.39º | 0.45% | 0.4% | - |
| XYZ | 8.38 | 6.25 | 8.55 | - |
| YUV | 72.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 81 | 0 | 0.45 | 0.21 | 0.6 | 327.39 | 0.29 | 0.31 |
| Hex | 66 | 38 | 51 | 0 | 2D | 15 | 3C | 147 | 1D | 1F |
| Octal | 146 | 70 | 121 | 0 | 55 | 25 | 74 | 507 | 35 | 37 |
| Binary | 1100110 | 111000 | 1010001 | 0 | 101101 | 10101 | 111100 | 101000111 | 11101 | 11111 |
Color Harmonies of #663851
Complementary color
Monochromatic Colors of #663851
Black with #663851
Text Example
Text Example
White with #663851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663851; }
p { color: rgb(102,56,81); }
H1.HeaderClassName
{
color: #663851;
}
.AnyTagClassName
{
color: #663851;
}
</style>
background-color css
<style>
a { background-color: #663851; }
a { background-color: rgb(102,56,81); }
div.DivClassName
{
background-color: #663851;
}
.BgClassName
{
background-color: #663851;
}
</style>
border-color css
<style>
span { border-color: #663851; }
span { border-color: rgb(102,56,81); }
td.TdClassName
{
border-color: #663851;
}
.TagClassName
{
border-color: #663851;
}
</style>