Shades of Finn #6D515A
Tints of Finn #6D515A
RGB
CMYK
RGB Variations
Color information
#6D515A (or 0x6D515A) is known color: Finn. HEX triplet: 6D, 51 and 5A. RGB value is (109,81,90). Sum of RGB (Red+Green+Blue) = 109+81+90=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D515A is #92AEA5. Grayscale: #5A5A5A. Windows color (decimal): -9612966 or 5919085. OLE color: 5919085.
HSL color Cylindrical-coordinate representation of color #6D515A: hue angle of 340.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D515A is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 90 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.57 |
| HSL | 340.71º | 0.15% | 0.37% | - |
| HSV(B) | 340.71º | 0.26% | 0.43% | - |
| XYZ | 11.09 | 9.87 | 10.99 | - |
| YUV | 90.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 90 | 0 | 0.26 | 0.17 | 0.57 | 340.71 | 0.15 | 0.37 |
| Hex | 6D | 51 | 5A | 0 | 1A | 11 | 39 | 155 | F | 25 |
| Octal | 155 | 121 | 132 | 0 | 32 | 21 | 71 | 525 | 17 | 45 |
| Binary | 1101101 | 1010001 | 1011010 | 0 | 11010 | 10001 | 111001 | 101010101 | 1111 | 100101 |
Color Harmonies of #6D515A
Complementary color
Monochromatic Colors of #6D515A
Black with #6D515A
Text Example
Text Example
White with #6D515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D515A; }
p { color: rgb(109,81,90); }
H1.HeaderClassName
{
color: #6D515A;
}
.AnyTagClassName
{
color: #6D515A;
}
</style>
background-color css
<style>
a { background-color: #6D515A; }
a { background-color: rgb(109,81,90); }
div.DivClassName
{
background-color: #6D515A;
}
.BgClassName
{
background-color: #6D515A;
}
</style>
border-color css
<style>
span { border-color: #6D515A; }
span { border-color: rgb(109,81,90); }
td.TdClassName
{
border-color: #6D515A;
}
.TagClassName
{
border-color: #6D515A;
}
</style>