Shades of Finn #6A4D56
Tints of Finn #6A4D56
RGB
CMYK
RGB Variations
Color information
#6A4D56 (or 0x6A4D56) is known color: Finn. HEX triplet: 6A, 4D and 56. RGB value is (106,77,86). Sum of RGB (Red+Green+Blue) = 106+77+86=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D56 is #95B2A9. Grayscale: #565656. Windows color (decimal): -9810602 or 5655914. OLE color: 5655914.
HSL color Cylindrical-coordinate representation of color #6A4D56: hue angle of 341.38º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A4D56 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 77 | 86 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.58 |
| HSL | 341.38º | 0.16% | 0.36% | - |
| HSV(B) | 341.38º | 0.27% | 0.42% | - |
| XYZ | 10.28 | 9.04 | 10.01 | - |
| YUV | 86.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 86 | 0 | 0.27 | 0.19 | 0.58 | 341.38 | 0.16 | 0.36 |
| Hex | 6A | 4D | 56 | 0 | 1B | 13 | 3A | 155 | 10 | 24 |
| Octal | 152 | 115 | 126 | 0 | 33 | 23 | 72 | 525 | 20 | 44 |
| Binary | 1101010 | 1001101 | 1010110 | 0 | 11011 | 10011 | 111010 | 101010101 | 10000 | 100100 |
Color Harmonies of #6A4D56
Complementary color
Monochromatic Colors of #6A4D56
Black with #6A4D56
Text Example
Text Example
White with #6A4D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4D56; }
p { color: rgb(106,77,86); }
H1.HeaderClassName
{
color: #6A4D56;
}
.AnyTagClassName
{
color: #6A4D56;
}
</style>
background-color css
<style>
a { background-color: #6A4D56; }
a { background-color: rgb(106,77,86); }
div.DivClassName
{
background-color: #6A4D56;
}
.BgClassName
{
background-color: #6A4D56;
}
</style>
border-color css
<style>
span { border-color: #6A4D56; }
span { border-color: rgb(106,77,86); }
td.TdClassName
{
border-color: #6A4D56;
}
.TagClassName
{
border-color: #6A4D56;
}
</style>