Shades of Finn #6C4A56
Tints of Finn #6C4A56
RGB
CMYK
RGB Variations
Color information
#6C4A56 (or 0x6C4A56) is known color: Finn. HEX triplet: 6C, 4A and 56. RGB value is (108,74,86). Sum of RGB (Red+Green+Blue) = 108+74+86=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4A56 is #93B5A9. Grayscale: #555555. Windows color (decimal): -9680298 or 5655148. OLE color: 5655148.
HSL color Cylindrical-coordinate representation of color #6C4A56: hue angle of 338.82º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C4A56 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 74 | 86 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.58 |
| HSL | 338.82º | 0.19% | 0.36% | - |
| HSV(B) | 338.82º | 0.31% | 0.42% | - |
| XYZ | 10.31 | 8.76 | 9.95 | - |
| YUV | 85.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 74 | 86 | 0 | 0.31 | 0.20 | 0.58 | 338.82 | 0.19 | 0.36 |
| Hex | 6C | 4A | 56 | 0 | 1F | 14 | 3A | 153 | 13 | 24 |
| Octal | 154 | 112 | 126 | 0 | 37 | 24 | 72 | 523 | 23 | 44 |
| Binary | 1101100 | 1001010 | 1010110 | 0 | 11111 | 10100 | 111010 | 101010011 | 10011 | 100100 |
Color Harmonies of #6C4A56
Complementary color
Monochromatic Colors of #6C4A56
Black with #6C4A56
Text Example
Text Example
White with #6C4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4A56; }
p { color: rgb(108,74,86); }
H1.HeaderClassName
{
color: #6C4A56;
}
.AnyTagClassName
{
color: #6C4A56;
}
</style>
background-color css
<style>
a { background-color: #6C4A56; }
a { background-color: rgb(108,74,86); }
div.DivClassName
{
background-color: #6C4A56;
}
.BgClassName
{
background-color: #6C4A56;
}
</style>
border-color css
<style>
span { border-color: #6C4A56; }
span { border-color: rgb(108,74,86); }
td.TdClassName
{
border-color: #6C4A56;
}
.TagClassName
{
border-color: #6C4A56;
}
</style>