Shades of Finn #684850
Tints of Finn #684850
RGB
CMYK
RGB Variations
Color information
#684850 (or 0x684850) is known color: Finn. HEX triplet: 68, 48 and 50. RGB value is (104,72,80). Sum of RGB (Red+Green+Blue) = 104+72+80=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #684850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684850 is #97B7AF. Grayscale: #525252. Windows color (decimal): -9942960 or 5261416. OLE color: 5261416.
HSL color Cylindrical-coordinate representation of color #684850: hue angle of 345º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #684850 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 80 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.59 |
| HSL | 345º | 0.18% | 0.35% | - |
| HSV(B) | 345º | 0.31% | 0.41% | - |
| XYZ | 9.47 | 8.16 | 8.66 | - |
| YUV | 82.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 80 | 0 | 0.31 | 0.23 | 0.59 | 345 | 0.18 | 0.35 |
| Hex | 68 | 48 | 50 | 0 | 1F | 17 | 3B | 159 | 12 | 23 |
| Octal | 150 | 110 | 120 | 0 | 37 | 27 | 73 | 531 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1010000 | 0 | 11111 | 10111 | 111011 | 101011001 | 10010 | 100011 |
Color Harmonies of #684850
Complementary color
Monochromatic Colors of #684850
Black with #684850
Text Example
Text Example
White with #684850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684850; }
p { color: rgb(104,72,80); }
H1.HeaderClassName
{
color: #684850;
}
.AnyTagClassName
{
color: #684850;
}
</style>
background-color css
<style>
a { background-color: #684850; }
a { background-color: rgb(104,72,80); }
div.DivClassName
{
background-color: #684850;
}
.BgClassName
{
background-color: #684850;
}
</style>
border-color css
<style>
span { border-color: #684850; }
span { border-color: rgb(104,72,80); }
td.TdClassName
{
border-color: #684850;
}
.TagClassName
{
border-color: #684850;
}
</style>