Shades of Finn #68505A
Tints of Finn #68505A
RGB
CMYK
RGB Variations
Color information
#68505A (or 0x68505A) is known color: Finn. HEX triplet: 68, 50 and 5A. RGB value is (104,80,90). Sum of RGB (Red+Green+Blue) = 104+80+90=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #68505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68505A is #97AFA5. Grayscale: #585858. Windows color (decimal): -9940902 or 5918824. OLE color: 5918824.
HSL color Cylindrical-coordinate representation of color #68505A: hue angle of 335º 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 #68505A is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 90 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.59 |
| HSL | 335º | 0.13% | 0.36% | - |
| HSV(B) | 335º | 0.23% | 0.41% | - |
| XYZ | 10.42 | 9.42 | 10.94 | - |
| YUV | 88.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 90 | 0 | 0.23 | 0.13 | 0.59 | 335 | 0.13 | 0.36 |
| Hex | 68 | 50 | 5A | 0 | 17 | D | 3B | 14F | D | 24 |
| Octal | 150 | 120 | 132 | 0 | 27 | 15 | 73 | 517 | 15 | 44 |
| Binary | 1101000 | 1010000 | 1011010 | 0 | 10111 | 1101 | 111011 | 101001111 | 1101 | 100100 |
Color Harmonies of #68505A
Complementary color
Monochromatic Colors of #68505A
Black with #68505A
Text Example
Text Example
White with #68505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68505A; }
p { color: rgb(104,80,90); }
H1.HeaderClassName
{
color: #68505A;
}
.AnyTagClassName
{
color: #68505A;
}
</style>
background-color css
<style>
a { background-color: #68505A; }
a { background-color: rgb(104,80,90); }
div.DivClassName
{
background-color: #68505A;
}
.BgClassName
{
background-color: #68505A;
}
</style>
border-color css
<style>
span { border-color: #68505A; }
span { border-color: rgb(104,80,90); }
td.TdClassName
{
border-color: #68505A;
}
.TagClassName
{
border-color: #68505A;
}
</style>