Shades of Finn #684250
Tints of Finn #684250
RGB
CMYK
RGB Variations
Color information
#684250 (or 0x684250) is known color: Finn. HEX triplet: 68, 42 and 50. RGB value is (104,66,80). Sum of RGB (Red+Green+Blue) = 104+66+80=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #684250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684250 is #97BDAF. Grayscale: #4E4E4E. Windows color (decimal): -9944496 or 5259880. OLE color: 5259880.
HSL color Cylindrical-coordinate representation of color #684250: hue angle of 337.89º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684250 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 80 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.59 |
| HSL | 337.89º | 0.22% | 0.33% | - |
| HSV(B) | 337.89º | 0.37% | 0.41% | - |
| XYZ | 9.11 | 7.42 | 8.54 | - |
| YUV | 78.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 80 | 0 | 0.37 | 0.23 | 0.59 | 337.89 | 0.22 | 0.33 |
| Hex | 68 | 42 | 50 | 0 | 25 | 17 | 3B | 152 | 16 | 21 |
| Octal | 150 | 102 | 120 | 0 | 45 | 27 | 73 | 522 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1010000 | 0 | 100101 | 10111 | 111011 | 101010010 | 10110 | 100001 |
Color Harmonies of #684250
Complementary color
Monochromatic Colors of #684250
Black with #684250
Text Example
Text Example
White with #684250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684250; }
p { color: rgb(104,66,80); }
H1.HeaderClassName
{
color: #684250;
}
.AnyTagClassName
{
color: #684250;
}
</style>
background-color css
<style>
a { background-color: #684250; }
a { background-color: rgb(104,66,80); }
div.DivClassName
{
background-color: #684250;
}
.BgClassName
{
background-color: #684250;
}
</style>
border-color css
<style>
span { border-color: #684250; }
span { border-color: rgb(104,66,80); }
td.TdClassName
{
border-color: #684250;
}
.TagClassName
{
border-color: #684250;
}
</style>