Shades of Finn #663852
Tints of Finn #663852
RGB
CMYK
RGB Variations
Color information
#663852 (or 0x663852) is known color: Finn. HEX triplet: 66, 38 and 52. RGB value is (102,56,82). Sum of RGB (Red+Green+Blue) = 102+56+82=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #663852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663852 is #99C7AD. Grayscale: #484848. Windows color (decimal): -10078126 or 5388390. OLE color: 5388390.
HSL color Cylindrical-coordinate representation of color #663852: hue angle of 326.09º 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 #663852 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 82 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.6 |
| HSL | 326.09º | 0.29% | 0.31% | - |
| HSV(B) | 326.09º | 0.45% | 0.4% | - |
| XYZ | 8.42 | 6.26 | 8.75 | - |
| YUV | 72.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 82 | 0 | 0.45 | 0.20 | 0.6 | 326.09 | 0.29 | 0.31 |
| Hex | 66 | 38 | 52 | 0 | 2D | 14 | 3C | 146 | 1D | 1F |
| Octal | 146 | 70 | 122 | 0 | 55 | 24 | 74 | 506 | 35 | 37 |
| Binary | 1100110 | 111000 | 1010010 | 0 | 101101 | 10100 | 111100 | 101000110 | 11101 | 11111 |
Color Harmonies of #663852
Complementary color
Monochromatic Colors of #663852
Black with #663852
Text Example
Text Example
White with #663852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663852; }
p { color: rgb(102,56,82); }
H1.HeaderClassName
{
color: #663852;
}
.AnyTagClassName
{
color: #663852;
}
</style>
background-color css
<style>
a { background-color: #663852; }
a { background-color: rgb(102,56,82); }
div.DivClassName
{
background-color: #663852;
}
.BgClassName
{
background-color: #663852;
}
</style>
border-color css
<style>
span { border-color: #663852; }
span { border-color: rgb(102,56,82); }
td.TdClassName
{
border-color: #663852;
}
.TagClassName
{
border-color: #663852;
}
</style>