Shades of Finn #68505E
Tints of Finn #68505E
RGB
CMYK
RGB Variations
Color information
#68505E (or 0x68505E) is known color: Finn. HEX triplet: 68, 50 and 5E. RGB value is (104,80,94). Sum of RGB (Red+Green+Blue) = 104+80+94=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68505E is #97AFA1. Grayscale: #585858. Windows color (decimal): -9940898 or 6180968. OLE color: 6180968.
HSL color Cylindrical-coordinate representation of color #68505E: hue angle of 325º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68505E is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 94 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.59 |
| HSL | 325º | 0.13% | 0.36% | - |
| HSV(B) | 325º | 0.23% | 0.41% | - |
| XYZ | 10.6 | 9.49 | 11.86 | - |
| YUV | 88.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 94 | 0 | 0.23 | 0.10 | 0.59 | 325 | 0.13 | 0.36 |
| Hex | 68 | 50 | 5E | 0 | 17 | A | 3B | 145 | D | 24 |
| Octal | 150 | 120 | 136 | 0 | 27 | 12 | 73 | 505 | 15 | 44 |
| Binary | 1101000 | 1010000 | 1011110 | 0 | 10111 | 1010 | 111011 | 101000101 | 1101 | 100100 |
Color Harmonies of #68505E
Complementary color
Monochromatic Colors of #68505E
Black with #68505E
Text Example
Text Example
White with #68505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68505E; }
p { color: rgb(104,80,94); }
H1.HeaderClassName
{
color: #68505E;
}
.AnyTagClassName
{
color: #68505E;
}
</style>
background-color css
<style>
a { background-color: #68505E; }
a { background-color: rgb(104,80,94); }
div.DivClassName
{
background-color: #68505E;
}
.BgClassName
{
background-color: #68505E;
}
</style>
border-color css
<style>
span { border-color: #68505E; }
span { border-color: rgb(104,80,94); }
td.TdClassName
{
border-color: #68505E;
}
.TagClassName
{
border-color: #68505E;
}
</style>