Shades of Finn #6C5259
Tints of Finn #6C5259
RGB
CMYK
RGB Variations
Color information
#6C5259 (or 0x6C5259) is known color: Finn. HEX triplet: 6C, 52 and 59. RGB value is (108,82,89). Sum of RGB (Red+Green+Blue) = 108+82+89=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5259 is #93ADA6. Grayscale: #5A5A5A. Windows color (decimal): -9678247 or 5853804. OLE color: 5853804.
HSL color Cylindrical-coordinate representation of color #6C5259: hue angle of 343.85º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5259 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 89 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.58 |
| HSL | 343.85º | 0.14% | 0.37% | - |
| HSV(B) | 343.85º | 0.24% | 0.42% | - |
| XYZ | 11 | 9.94 | 10.79 | - |
| YUV | 90.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 89 | 0 | 0.24 | 0.18 | 0.58 | 343.85 | 0.14 | 0.37 |
| Hex | 6C | 52 | 59 | 0 | 18 | 12 | 3A | 158 | E | 25 |
| Octal | 154 | 122 | 131 | 0 | 30 | 22 | 72 | 530 | 16 | 45 |
| Binary | 1101100 | 1010010 | 1011001 | 0 | 11000 | 10010 | 111010 | 101011000 | 1110 | 100101 |
Color Harmonies of #6C5259
Complementary color
Monochromatic Colors of #6C5259
Black with #6C5259
Text Example
Text Example
White with #6C5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5259; }
p { color: rgb(108,82,89); }
H1.HeaderClassName
{
color: #6C5259;
}
.AnyTagClassName
{
color: #6C5259;
}
</style>
background-color css
<style>
a { background-color: #6C5259; }
a { background-color: rgb(108,82,89); }
div.DivClassName
{
background-color: #6C5259;
}
.BgClassName
{
background-color: #6C5259;
}
</style>
border-color css
<style>
span { border-color: #6C5259; }
span { border-color: rgb(108,82,89); }
td.TdClassName
{
border-color: #6C5259;
}
.TagClassName
{
border-color: #6C5259;
}
</style>