Shades of Finn #68545B
Tints of Finn #68545B
RGB
CMYK
RGB Variations
Color information
#68545B (or 0x68545B) is known color: Finn. HEX triplet: 68, 54 and 5B. RGB value is (104,84,91). Sum of RGB (Red+Green+Blue) = 104+84+91=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545B is #97ABA4. Grayscale: #5A5A5A. Windows color (decimal): -9939877 or 5985384. OLE color: 5985384.
HSL color Cylindrical-coordinate representation of color #68545B: hue angle of 339º 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 #68545B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 91 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.59 |
| HSL | 339º | 0.11% | 0.37% | - |
| HSV(B) | 339º | 0.19% | 0.41% | - |
| XYZ | 10.77 | 10.04 | 11.27 | - |
| YUV | 90.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 91 | 0 | 0.19 | 0.12 | 0.59 | 339 | 0.11 | 0.37 |
| Hex | 68 | 54 | 5B | 0 | 13 | C | 3B | 153 | B | 25 |
| Octal | 150 | 124 | 133 | 0 | 23 | 14 | 73 | 523 | 13 | 45 |
| Binary | 1101000 | 1010100 | 1011011 | 0 | 10011 | 1100 | 111011 | 101010011 | 1011 | 100101 |
Color Harmonies of #68545B
Complementary color
Monochromatic Colors of #68545B
Black with #68545B
Text Example
Text Example
White with #68545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68545B; }
p { color: rgb(104,84,91); }
H1.HeaderClassName
{
color: #68545B;
}
.AnyTagClassName
{
color: #68545B;
}
</style>
background-color css
<style>
a { background-color: #68545B; }
a { background-color: rgb(104,84,91); }
div.DivClassName
{
background-color: #68545B;
}
.BgClassName
{
background-color: #68545B;
}
</style>
border-color css
<style>
span { border-color: #68545B; }
span { border-color: rgb(104,84,91); }
td.TdClassName
{
border-color: #68545B;
}
.TagClassName
{
border-color: #68545B;
}
</style>