Shades of Finn #684150
Tints of Finn #684150
RGB
CMYK
RGB Variations
Color information
#684150 (or 0x684150) is known color: Finn. HEX triplet: 68, 41 and 50. RGB value is (104,65,80). Sum of RGB (Red+Green+Blue) = 104+65+80=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #684150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684150 is #97BEAF. Grayscale: #4E4E4E. Windows color (decimal): -9944752 or 5259624. OLE color: 5259624.
HSL color Cylindrical-coordinate representation of color #684150: hue angle of 336.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684150 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 80 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.59 |
| HSL | 336.92º | 0.23% | 0.33% | - |
| HSV(B) | 336.92º | 0.38% | 0.41% | - |
| XYZ | 9.05 | 7.3 | 8.52 | - |
| YUV | 78.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 80 | 0 | 0.38 | 0.23 | 0.59 | 336.92 | 0.23 | 0.33 |
| Hex | 68 | 41 | 50 | 0 | 26 | 17 | 3B | 151 | 17 | 21 |
| Octal | 150 | 101 | 120 | 0 | 46 | 27 | 73 | 521 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1010000 | 0 | 100110 | 10111 | 111011 | 101010001 | 10111 | 100001 |
Color Harmonies of #684150
Complementary color
Monochromatic Colors of #684150
Black with #684150
Text Example
Text Example
White with #684150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684150; }
p { color: rgb(104,65,80); }
H1.HeaderClassName
{
color: #684150;
}
.AnyTagClassName
{
color: #684150;
}
</style>
background-color css
<style>
a { background-color: #684150; }
a { background-color: rgb(104,65,80); }
div.DivClassName
{
background-color: #684150;
}
.BgClassName
{
background-color: #684150;
}
</style>
border-color css
<style>
span { border-color: #684150; }
span { border-color: rgb(104,65,80); }
td.TdClassName
{
border-color: #684150;
}
.TagClassName
{
border-color: #684150;
}
</style>