Shades of Finn #68505C
Tints of Finn #68505C
RGB
CMYK
RGB Variations
Color information
#68505C (or 0x68505C) is known color: Finn. HEX triplet: 68, 50 and 5C. RGB value is (104,80,92). Sum of RGB (Red+Green+Blue) = 104+80+92=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68505C is #97AFA3. Grayscale: #585858. Windows color (decimal): -9940900 or 6049896. OLE color: 6049896.
HSL color Cylindrical-coordinate representation of color #68505C: hue angle of 330º 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 #68505C is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 92 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.59 |
| HSL | 330º | 0.13% | 0.36% | - |
| HSV(B) | 330º | 0.23% | 0.41% | - |
| XYZ | 10.51 | 9.45 | 11.4 | - |
| YUV | 88.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 92 | 0 | 0.23 | 0.12 | 0.59 | 330 | 0.13 | 0.36 |
| Hex | 68 | 50 | 5C | 0 | 17 | C | 3B | 14A | D | 24 |
| Octal | 150 | 120 | 134 | 0 | 27 | 14 | 73 | 512 | 15 | 44 |
| Binary | 1101000 | 1010000 | 1011100 | 0 | 10111 | 1100 | 111011 | 101001010 | 1101 | 100100 |
Color Harmonies of #68505C
Complementary color
Monochromatic Colors of #68505C
Black with #68505C
Text Example
Text Example
White with #68505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68505C; }
p { color: rgb(104,80,92); }
H1.HeaderClassName
{
color: #68505C;
}
.AnyTagClassName
{
color: #68505C;
}
</style>
background-color css
<style>
a { background-color: #68505C; }
a { background-color: rgb(104,80,92); }
div.DivClassName
{
background-color: #68505C;
}
.BgClassName
{
background-color: #68505C;
}
</style>
border-color css
<style>
span { border-color: #68505C; }
span { border-color: rgb(104,80,92); }
td.TdClassName
{
border-color: #68505C;
}
.TagClassName
{
border-color: #68505C;
}
</style>