Shades of Finn #6A4B59
Tints of Finn #6A4B59
RGB
CMYK
RGB Variations
Color information
#6A4B59 (or 0x6A4B59) is known color: Finn. HEX triplet: 6A, 4B and 59. RGB value is (106,75,89). Sum of RGB (Red+Green+Blue) = 106+75+89=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4B59 is #95B4A6. Grayscale: #555555. Windows color (decimal): -9811111 or 5852010. OLE color: 5852010.
HSL color Cylindrical-coordinate representation of color #6A4B59: hue angle of 332.9º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A4B59 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 75 | 89 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.58 |
| HSL | 332.9º | 0.17% | 0.35% | - |
| HSV(B) | 332.9º | 0.29% | 0.42% | - |
| XYZ | 10.26 | 8.82 | 10.61 | - |
| YUV | 85.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 75 | 89 | 0 | 0.29 | 0.16 | 0.58 | 332.9 | 0.17 | 0.35 |
| Hex | 6A | 4B | 59 | 0 | 1D | 10 | 3A | 14D | 11 | 23 |
| Octal | 152 | 113 | 131 | 0 | 35 | 20 | 72 | 515 | 21 | 43 |
| Binary | 1101010 | 1001011 | 1011001 | 0 | 11101 | 10000 | 111010 | 101001101 | 10001 | 100011 |
Color Harmonies of #6A4B59
Complementary color
Monochromatic Colors of #6A4B59
Black with #6A4B59
Text Example
Text Example
White with #6A4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4B59; }
p { color: rgb(106,75,89); }
H1.HeaderClassName
{
color: #6A4B59;
}
.AnyTagClassName
{
color: #6A4B59;
}
</style>
background-color css
<style>
a { background-color: #6A4B59; }
a { background-color: rgb(106,75,89); }
div.DivClassName
{
background-color: #6A4B59;
}
.BgClassName
{
background-color: #6A4B59;
}
</style>
border-color css
<style>
span { border-color: #6A4B59; }
span { border-color: rgb(106,75,89); }
td.TdClassName
{
border-color: #6A4B59;
}
.TagClassName
{
border-color: #6A4B59;
}
</style>