Shades of Finn #68545C
Tints of Finn #68545C
RGB
CMYK
RGB Variations
Color information
#68545C (or 0x68545C) is known color: Finn. HEX triplet: 68, 54 and 5C. RGB value is (104,84,92). Sum of RGB (Red+Green+Blue) = 104+84+92=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545C is #97ABA3. Grayscale: #5A5A5A. Windows color (decimal): -9939876 or 6050920. OLE color: 6050920.
HSL color Cylindrical-coordinate representation of color #68545C: hue angle of 336º 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 #68545C is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 92 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.59 |
| HSL | 336º | 0.11% | 0.37% | - |
| HSV(B) | 336º | 0.19% | 0.41% | - |
| XYZ | 10.81 | 10.06 | 11.5 | - |
| YUV | 90.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 92 | 0 | 0.19 | 0.12 | 0.59 | 336 | 0.11 | 0.37 |
| Hex | 68 | 54 | 5C | 0 | 13 | C | 3B | 150 | B | 25 |
| Octal | 150 | 124 | 134 | 0 | 23 | 14 | 73 | 520 | 13 | 45 |
| Binary | 1101000 | 1010100 | 1011100 | 0 | 10011 | 1100 | 111011 | 101010000 | 1011 | 100101 |
Color Harmonies of #68545C
Complementary color
Monochromatic Colors of #68545C
Black with #68545C
Text Example
Text Example
White with #68545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68545C; }
p { color: rgb(104,84,92); }
H1.HeaderClassName
{
color: #68545C;
}
.AnyTagClassName
{
color: #68545C;
}
</style>
background-color css
<style>
a { background-color: #68545C; }
a { background-color: rgb(104,84,92); }
div.DivClassName
{
background-color: #68545C;
}
.BgClassName
{
background-color: #68545C;
}
</style>
border-color css
<style>
span { border-color: #68545C; }
span { border-color: rgb(104,84,92); }
td.TdClassName
{
border-color: #68545C;
}
.TagClassName
{
border-color: #68545C;
}
</style>