Shades of Finn #684A58
Tints of Finn #684A58
RGB
CMYK
RGB Variations
Color information
#684A58 (or 0x684A58) is known color: Finn. HEX triplet: 68, 4A and 58. RGB value is (104,74,88). Sum of RGB (Red+Green+Blue) = 104+74+88=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #684A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A58 is #97B5A7. Grayscale: #545454. Windows color (decimal): -9942440 or 5786216. OLE color: 5786216.
HSL color Cylindrical-coordinate representation of color #684A58: hue angle of 332º 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 #684A58 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 88 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.59 |
| HSL | 332º | 0.17% | 0.35% | - |
| HSV(B) | 332º | 0.29% | 0.41% | - |
| XYZ | 9.92 | 8.55 | 10.36 | - |
| YUV | 84.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 88 | 0 | 0.29 | 0.15 | 0.59 | 332 | 0.17 | 0.35 |
| Hex | 68 | 4A | 58 | 0 | 1D | F | 3B | 14C | 11 | 23 |
| Octal | 150 | 112 | 130 | 0 | 35 | 17 | 73 | 514 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1011000 | 0 | 11101 | 1111 | 111011 | 101001100 | 10001 | 100011 |
Color Harmonies of #684A58
Complementary color
Monochromatic Colors of #684A58
Black with #684A58
Text Example
Text Example
White with #684A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A58; }
p { color: rgb(104,74,88); }
H1.HeaderClassName
{
color: #684A58;
}
.AnyTagClassName
{
color: #684A58;
}
</style>
background-color css
<style>
a { background-color: #684A58; }
a { background-color: rgb(104,74,88); }
div.DivClassName
{
background-color: #684A58;
}
.BgClassName
{
background-color: #684A58;
}
</style>
border-color css
<style>
span { border-color: #684A58; }
span { border-color: rgb(104,74,88); }
td.TdClassName
{
border-color: #684A58;
}
.TagClassName
{
border-color: #684A58;
}
</style>