Shades of Finn #684A55
Tints of Finn #684A55
RGB
CMYK
RGB Variations
Color information
#684A55 (or 0x684A55) is known color: Finn. HEX triplet: 68, 4A and 55. RGB value is (104,74,85). Sum of RGB (Red+Green+Blue) = 104+74+85=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #684A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A55 is #97B5AA. Grayscale: #545454. Windows color (decimal): -9942443 or 5589608. OLE color: 5589608.
HSL color Cylindrical-coordinate representation of color #684A55: hue angle of 338º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A55 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 85 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.59 |
| HSL | 338º | 0.17% | 0.35% | - |
| HSV(B) | 338º | 0.29% | 0.41% | - |
| XYZ | 9.8 | 8.5 | 9.72 | - |
| YUV | 84.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 85 | 0 | 0.29 | 0.18 | 0.59 | 338 | 0.17 | 0.35 |
| Hex | 68 | 4A | 55 | 0 | 1D | 12 | 3B | 152 | 11 | 23 |
| Octal | 150 | 112 | 125 | 0 | 35 | 22 | 73 | 522 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1010101 | 0 | 11101 | 10010 | 111011 | 101010010 | 10001 | 100011 |
Color Harmonies of #684A55
Complementary color
Monochromatic Colors of #684A55
Black with #684A55
Text Example
Text Example
White with #684A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A55; }
p { color: rgb(104,74,85); }
H1.HeaderClassName
{
color: #684A55;
}
.AnyTagClassName
{
color: #684A55;
}
</style>
background-color css
<style>
a { background-color: #684A55; }
a { background-color: rgb(104,74,85); }
div.DivClassName
{
background-color: #684A55;
}
.BgClassName
{
background-color: #684A55;
}
</style>
border-color css
<style>
span { border-color: #684A55; }
span { border-color: rgb(104,74,85); }
td.TdClassName
{
border-color: #684A55;
}
.TagClassName
{
border-color: #684A55;
}
</style>