Shades of Finn #664853
Tints of Finn #664853
RGB
CMYK
RGB Variations
Color information
#664853 (or 0x664853) is known color: Finn. HEX triplet: 66, 48 and 53. RGB value is (102,72,83). Sum of RGB (Red+Green+Blue) = 102+72+83=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664853 is #99B7AC. Grayscale: #525252. Windows color (decimal): -10074029 or 5458022. OLE color: 5458022.
HSL color Cylindrical-coordinate representation of color #664853: hue angle of 338º 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 #664853 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 83 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.6 |
| HSL | 338º | 0.17% | 0.34% | - |
| HSV(B) | 338º | 0.29% | 0.4% | - |
| XYZ | 9.36 | 8.08 | 9.25 | - |
| YUV | 82.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 83 | 0 | 0.29 | 0.19 | 0.6 | 338 | 0.17 | 0.34 |
| Hex | 66 | 48 | 53 | 0 | 1D | 13 | 3C | 152 | 11 | 22 |
| Octal | 146 | 110 | 123 | 0 | 35 | 23 | 74 | 522 | 21 | 42 |
| Binary | 1100110 | 1001000 | 1010011 | 0 | 11101 | 10011 | 111100 | 101010010 | 10001 | 100010 |
Color Harmonies of #664853
Complementary color
Monochromatic Colors of #664853
Black with #664853
Text Example
Text Example
White with #664853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664853; }
p { color: rgb(102,72,83); }
H1.HeaderClassName
{
color: #664853;
}
.AnyTagClassName
{
color: #664853;
}
</style>
background-color css
<style>
a { background-color: #664853; }
a { background-color: rgb(102,72,83); }
div.DivClassName
{
background-color: #664853;
}
.BgClassName
{
background-color: #664853;
}
</style>
border-color css
<style>
span { border-color: #664853; }
span { border-color: rgb(102,72,83); }
td.TdClassName
{
border-color: #664853;
}
.TagClassName
{
border-color: #664853;
}
</style>