Shades of Finn #6C515A
Tints of Finn #6C515A
RGB
CMYK
RGB Variations
Color information
#6C515A (or 0x6C515A) is known color: Finn. HEX triplet: 6C, 51 and 5A. RGB value is (108,81,90). Sum of RGB (Red+Green+Blue) = 108+81+90=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C515A is #93AEA5. Grayscale: #5A5A5A. Windows color (decimal): -9678502 or 5919084. OLE color: 5919084.
HSL color Cylindrical-coordinate representation of color #6C515A: hue angle of 340º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C515A is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 81 | 90 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.58 |
| HSL | 340º | 0.14% | 0.37% | - |
| HSV(B) | 340º | 0.25% | 0.42% | - |
| XYZ | 10.97 | 9.81 | 10.99 | - |
| YUV | 90.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 90 | 0 | 0.25 | 0.17 | 0.58 | 340 | 0.14 | 0.37 |
| Hex | 6C | 51 | 5A | 0 | 19 | 11 | 3A | 154 | E | 25 |
| Octal | 154 | 121 | 132 | 0 | 31 | 21 | 72 | 524 | 16 | 45 |
| Binary | 1101100 | 1010001 | 1011010 | 0 | 11001 | 10001 | 111010 | 101010100 | 1110 | 100101 |
Color Harmonies of #6C515A
Complementary color
Monochromatic Colors of #6C515A
Black with #6C515A
Text Example
Text Example
White with #6C515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C515A; }
p { color: rgb(108,81,90); }
H1.HeaderClassName
{
color: #6C515A;
}
.AnyTagClassName
{
color: #6C515A;
}
</style>
background-color css
<style>
a { background-color: #6C515A; }
a { background-color: rgb(108,81,90); }
div.DivClassName
{
background-color: #6C515A;
}
.BgClassName
{
background-color: #6C515A;
}
</style>
border-color css
<style>
span { border-color: #6C515A; }
span { border-color: rgb(108,81,90); }
td.TdClassName
{
border-color: #6C515A;
}
.TagClassName
{
border-color: #6C515A;
}
</style>