Shades of Finn #664353
Tints of Finn #664353
RGB
CMYK
RGB Variations
Color information
#664353 (or 0x664353) is known color: Finn. HEX triplet: 66, 43 and 53. RGB value is (102,67,83). Sum of RGB (Red+Green+Blue) = 102+67+83=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #664353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664353 is #99BCAC. Grayscale: #4F4F4F. Windows color (decimal): -10075309 or 5456742. OLE color: 5456742.
HSL color Cylindrical-coordinate representation of color #664353: hue angle of 332.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664353 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 83 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.6 |
| HSL | 332.57º | 0.21% | 0.33% | - |
| HSV(B) | 332.57º | 0.34% | 0.4% | - |
| XYZ | 9.05 | 7.46 | 9.15 | - |
| YUV | 79.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 83 | 0 | 0.34 | 0.19 | 0.6 | 332.57 | 0.21 | 0.33 |
| Hex | 66 | 43 | 53 | 0 | 22 | 13 | 3C | 14D | 15 | 21 |
| Octal | 146 | 103 | 123 | 0 | 42 | 23 | 74 | 515 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1010011 | 0 | 100010 | 10011 | 111100 | 101001101 | 10101 | 100001 |
Color Harmonies of #664353
Complementary color
Monochromatic Colors of #664353
Black with #664353
Text Example
Text Example
White with #664353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664353; }
p { color: rgb(102,67,83); }
H1.HeaderClassName
{
color: #664353;
}
.AnyTagClassName
{
color: #664353;
}
</style>
background-color css
<style>
a { background-color: #664353; }
a { background-color: rgb(102,67,83); }
div.DivClassName
{
background-color: #664353;
}
.BgClassName
{
background-color: #664353;
}
</style>
border-color css
<style>
span { border-color: #664353; }
span { border-color: rgb(102,67,83); }
td.TdClassName
{
border-color: #664353;
}
.TagClassName
{
border-color: #664353;
}
</style>