Shades of Finn #684B58
Tints of Finn #684B58
RGB
CMYK
RGB Variations
Color information
#684B58 (or 0x684B58) is known color: Finn. HEX triplet: 68, 4B and 58. RGB value is (104,75,88). Sum of RGB (Red+Green+Blue) = 104+75+88=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B58 is #97B4A7. Grayscale: #555555. Windows color (decimal): -9942184 or 5786472. OLE color: 5786472.
HSL color Cylindrical-coordinate representation of color #684B58: hue angle of 333.1º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684B58 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 75 | 88 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.59 |
| HSL | 333.1º | 0.16% | 0.35% | - |
| HSV(B) | 333.1º | 0.28% | 0.41% | - |
| XYZ | 9.99 | 8.68 | 10.38 | - |
| YUV | 85.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 88 | 0 | 0.28 | 0.15 | 0.59 | 333.1 | 0.16 | 0.35 |
| Hex | 68 | 4B | 58 | 0 | 1C | F | 3B | 14D | 10 | 23 |
| Octal | 150 | 113 | 130 | 0 | 34 | 17 | 73 | 515 | 20 | 43 |
| Binary | 1101000 | 1001011 | 1011000 | 0 | 11100 | 1111 | 111011 | 101001101 | 10000 | 100011 |
Color Harmonies of #684B58
Complementary color
Monochromatic Colors of #684B58
Black with #684B58
Text Example
Text Example
White with #684B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684B58; }
p { color: rgb(104,75,88); }
H1.HeaderClassName
{
color: #684B58;
}
.AnyTagClassName
{
color: #684B58;
}
</style>
background-color css
<style>
a { background-color: #684B58; }
a { background-color: rgb(104,75,88); }
div.DivClassName
{
background-color: #684B58;
}
.BgClassName
{
background-color: #684B58;
}
</style>
border-color css
<style>
span { border-color: #684B58; }
span { border-color: rgb(104,75,88); }
td.TdClassName
{
border-color: #684B58;
}
.TagClassName
{
border-color: #684B58;
}
</style>