Shades of Finn #68515C
Tints of Finn #68515C
RGB
CMYK
RGB Variations
Color information
#68515C (or 0x68515C) is known color: Finn. HEX triplet: 68, 51 and 5C. RGB value is (104,81,92). Sum of RGB (Red+Green+Blue) = 104+81+92=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68515C is #97AEA3. Grayscale: #595959. Windows color (decimal): -9940644 or 6050152. OLE color: 6050152.
HSL color Cylindrical-coordinate representation of color #68515C: hue angle of 331.3º 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 #68515C is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 92 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.59 |
| HSL | 331.3º | 0.12% | 0.36% | - |
| HSV(B) | 331.3º | 0.22% | 0.41% | - |
| XYZ | 10.58 | 9.6 | 11.42 | - |
| YUV | 89.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 92 | 0 | 0.22 | 0.12 | 0.59 | 331.3 | 0.12 | 0.36 |
| Hex | 68 | 51 | 5C | 0 | 16 | C | 3B | 14B | C | 24 |
| Octal | 150 | 121 | 134 | 0 | 26 | 14 | 73 | 513 | 14 | 44 |
| Binary | 1101000 | 1010001 | 1011100 | 0 | 10110 | 1100 | 111011 | 101001011 | 1100 | 100100 |
Color Harmonies of #68515C
Complementary color
Monochromatic Colors of #68515C
Black with #68515C
Text Example
Text Example
White with #68515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68515C; }
p { color: rgb(104,81,92); }
H1.HeaderClassName
{
color: #68515C;
}
.AnyTagClassName
{
color: #68515C;
}
</style>
background-color css
<style>
a { background-color: #68515C; }
a { background-color: rgb(104,81,92); }
div.DivClassName
{
background-color: #68515C;
}
.BgClassName
{
background-color: #68515C;
}
</style>
border-color css
<style>
span { border-color: #68515C; }
span { border-color: rgb(104,81,92); }
td.TdClassName
{
border-color: #68515C;
}
.TagClassName
{
border-color: #68515C;
}
</style>