Shades of Finn #68545A
Tints of Finn #68545A
RGB
CMYK
RGB Variations
Color information
#68545A (or 0x68545A) is known color: Finn. HEX triplet: 68, 54 and 5A. RGB value is (104,84,90). Sum of RGB (Red+Green+Blue) = 104+84+90=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545A is #97ABA5. Grayscale: #5A5A5A. Windows color (decimal): -9939878 or 5919848. OLE color: 5919848.
HSL color Cylindrical-coordinate representation of color #68545A: hue angle of 342º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68545A is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 90 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.59 |
| HSL | 342º | 0.11% | 0.37% | - |
| HSV(B) | 342º | 0.19% | 0.41% | - |
| XYZ | 10.72 | 10.02 | 11.04 | - |
| YUV | 90.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 90 | 0 | 0.19 | 0.13 | 0.59 | 342 | 0.11 | 0.37 |
| Hex | 68 | 54 | 5A | 0 | 13 | D | 3B | 156 | B | 25 |
| Octal | 150 | 124 | 132 | 0 | 23 | 15 | 73 | 526 | 13 | 45 |
| Binary | 1101000 | 1010100 | 1011010 | 0 | 10011 | 1101 | 111011 | 101010110 | 1011 | 100101 |
Color Harmonies of #68545A
Complementary color
Monochromatic Colors of #68545A
Black with #68545A
Text Example
Text Example
White with #68545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68545A; }
p { color: rgb(104,84,90); }
H1.HeaderClassName
{
color: #68545A;
}
.AnyTagClassName
{
color: #68545A;
}
</style>
background-color css
<style>
a { background-color: #68545A; }
a { background-color: rgb(104,84,90); }
div.DivClassName
{
background-color: #68545A;
}
.BgClassName
{
background-color: #68545A;
}
</style>
border-color css
<style>
span { border-color: #68545A; }
span { border-color: rgb(104,84,90); }
td.TdClassName
{
border-color: #68545A;
}
.TagClassName
{
border-color: #68545A;
}
</style>