Shades of Finn #6A4F5E
Tints of Finn #6A4F5E
RGB
CMYK
RGB Variations
Color information
#6A4F5E (or 0x6A4F5E) is known color: Finn. HEX triplet: 6A, 4F and 5E. RGB value is (106,79,94). Sum of RGB (Red+Green+Blue) = 106+79+94=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F5E is #95B0A1. Grayscale: #585858. Windows color (decimal): -9810082 or 6180714. OLE color: 6180714.
HSL color Cylindrical-coordinate representation of color #6A4F5E: hue angle of 326.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F5E is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 79 | 94 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.58 |
| HSL | 326.67º | 0.15% | 0.36% | - |
| HSV(B) | 326.67º | 0.25% | 0.42% | - |
| XYZ | 10.76 | 9.46 | 11.85 | - |
| YUV | 88.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 94 | 0 | 0.25 | 0.11 | 0.58 | 326.67 | 0.15 | 0.36 |
| Hex | 6A | 4F | 5E | 0 | 19 | B | 3A | 147 | F | 24 |
| Octal | 152 | 117 | 136 | 0 | 31 | 13 | 72 | 507 | 17 | 44 |
| Binary | 1101010 | 1001111 | 1011110 | 0 | 11001 | 1011 | 111010 | 101000111 | 1111 | 100100 |
Color Harmonies of #6A4F5E
Complementary color
Monochromatic Colors of #6A4F5E
Black with #6A4F5E
Text Example
Text Example
White with #6A4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F5E; }
p { color: rgb(106,79,94); }
H1.HeaderClassName
{
color: #6A4F5E;
}
.AnyTagClassName
{
color: #6A4F5E;
}
</style>
background-color css
<style>
a { background-color: #6A4F5E; }
a { background-color: rgb(106,79,94); }
div.DivClassName
{
background-color: #6A4F5E;
}
.BgClassName
{
background-color: #6A4F5E;
}
</style>
border-color css
<style>
span { border-color: #6A4F5E; }
span { border-color: rgb(106,79,94); }
td.TdClassName
{
border-color: #6A4F5E;
}
.TagClassName
{
border-color: #6A4F5E;
}
</style>