Shades of Finn #684C5A
Tints of Finn #684C5A
RGB
CMYK
RGB Variations
Color information
#684C5A (or 0x684C5A) is known color: Finn. HEX triplet: 68, 4C and 5A. RGB value is (104,76,90). Sum of RGB (Red+Green+Blue) = 104+76+90=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C5A is #97B3A5. Grayscale: #555555. Windows color (decimal): -9941926 or 5917800. OLE color: 5917800.
HSL color Cylindrical-coordinate representation of color #684C5A: hue angle of 330º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684C5A is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 90 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.59 |
| HSL | 330º | 0.16% | 0.35% | - |
| HSV(B) | 330º | 0.27% | 0.41% | - |
| XYZ | 10.14 | 8.85 | 10.85 | - |
| YUV | 85.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 90 | 0 | 0.27 | 0.13 | 0.59 | 330 | 0.16 | 0.35 |
| Hex | 68 | 4C | 5A | 0 | 1B | D | 3B | 14A | 10 | 23 |
| Octal | 150 | 114 | 132 | 0 | 33 | 15 | 73 | 512 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1011010 | 0 | 11011 | 1101 | 111011 | 101001010 | 10000 | 100011 |
Color Harmonies of #684C5A
Complementary color
Monochromatic Colors of #684C5A
Black with #684C5A
Text Example
Text Example
White with #684C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C5A; }
p { color: rgb(104,76,90); }
H1.HeaderClassName
{
color: #684C5A;
}
.AnyTagClassName
{
color: #684C5A;
}
</style>
background-color css
<style>
a { background-color: #684C5A; }
a { background-color: rgb(104,76,90); }
div.DivClassName
{
background-color: #684C5A;
}
.BgClassName
{
background-color: #684C5A;
}
</style>
border-color css
<style>
span { border-color: #684C5A; }
span { border-color: rgb(104,76,90); }
td.TdClassName
{
border-color: #684C5A;
}
.TagClassName
{
border-color: #684C5A;
}
</style>