Shades of Finn #6B4D59
Tints of Finn #6B4D59
RGB
CMYK
RGB Variations
Color information
#6B4D59 (or 0x6B4D59) is known color: Finn. HEX triplet: 6B, 4D and 59. RGB value is (107,77,89). Sum of RGB (Red+Green+Blue) = 107+77+89=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D59 is #94B2A6. Grayscale: #575757. Windows color (decimal): -9745063 or 5852523. OLE color: 5852523.
HSL color Cylindrical-coordinate representation of color #6B4D59: hue angle of 336º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D59 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 89 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.58 |
| HSL | 336º | 0.16% | 0.36% | - |
| HSV(B) | 336º | 0.28% | 0.42% | - |
| XYZ | 10.52 | 9.15 | 10.66 | - |
| YUV | 87.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 89 | 0 | 0.28 | 0.17 | 0.58 | 336 | 0.16 | 0.36 |
| Hex | 6B | 4D | 59 | 0 | 1C | 11 | 3A | 150 | 10 | 24 |
| Octal | 153 | 115 | 131 | 0 | 34 | 21 | 72 | 520 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1011001 | 0 | 11100 | 10001 | 111010 | 101010000 | 10000 | 100100 |
Color Harmonies of #6B4D59
Complementary color
Monochromatic Colors of #6B4D59
Black with #6B4D59
Text Example
Text Example
White with #6B4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D59; }
p { color: rgb(107,77,89); }
H1.HeaderClassName
{
color: #6B4D59;
}
.AnyTagClassName
{
color: #6B4D59;
}
</style>
background-color css
<style>
a { background-color: #6B4D59; }
a { background-color: rgb(107,77,89); }
div.DivClassName
{
background-color: #6B4D59;
}
.BgClassName
{
background-color: #6B4D59;
}
</style>
border-color css
<style>
span { border-color: #6B4D59; }
span { border-color: rgb(107,77,89); }
td.TdClassName
{
border-color: #6B4D59;
}
.TagClassName
{
border-color: #6B4D59;
}
</style>