Shades of Finn #68515D
Tints of Finn #68515D
RGB
CMYK
RGB Variations
Color information
#68515D (or 0x68515D) is known color: Finn. HEX triplet: 68, 51 and 5D. RGB value is (104,81,93). Sum of RGB (Red+Green+Blue) = 104+81+93=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68515D is #97AEA2. Grayscale: #595959. Windows color (decimal): -9940643 or 6115688. OLE color: 6115688.
HSL color Cylindrical-coordinate representation of color #68515D: hue angle of 328.7º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68515D is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 93 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.59 |
| HSL | 328.7º | 0.12% | 0.36% | - |
| HSV(B) | 328.7º | 0.22% | 0.41% | - |
| XYZ | 10.63 | 9.62 | 11.65 | - |
| YUV | 89.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 93 | 0 | 0.22 | 0.11 | 0.59 | 328.7 | 0.12 | 0.36 |
| Hex | 68 | 51 | 5D | 0 | 16 | B | 3B | 149 | C | 24 |
| Octal | 150 | 121 | 135 | 0 | 26 | 13 | 73 | 511 | 14 | 44 |
| Binary | 1101000 | 1010001 | 1011101 | 0 | 10110 | 1011 | 111011 | 101001001 | 1100 | 100100 |
Color Harmonies of #68515D
Complementary color
Monochromatic Colors of #68515D
Black with #68515D
Text Example
Text Example
White with #68515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68515D; }
p { color: rgb(104,81,93); }
H1.HeaderClassName
{
color: #68515D;
}
.AnyTagClassName
{
color: #68515D;
}
</style>
background-color css
<style>
a { background-color: #68515D; }
a { background-color: rgb(104,81,93); }
div.DivClassName
{
background-color: #68515D;
}
.BgClassName
{
background-color: #68515D;
}
</style>
border-color css
<style>
span { border-color: #68515D; }
span { border-color: rgb(104,81,93); }
td.TdClassName
{
border-color: #68515D;
}
.TagClassName
{
border-color: #68515D;
}
</style>