Shades of Finn #6C4656
Tints of Finn #6C4656
RGB
CMYK
RGB Variations
Color information
#6C4656 (or 0x6C4656) is known color: Finn. HEX triplet: 6C, 46 and 56. RGB value is (108,70,86). Sum of RGB (Red+Green+Blue) = 108+70+86=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4656 is #93B9A9. Grayscale: #535353. Windows color (decimal): -9681322 or 5654124. OLE color: 5654124.
HSL color Cylindrical-coordinate representation of color #6C4656: hue angle of 334.74º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C4656 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 70 | 86 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.58 |
| HSL | 334.74º | 0.21% | 0.35% | - |
| HSV(B) | 334.74º | 0.35% | 0.42% | - |
| XYZ | 10.05 | 8.24 | 9.86 | - |
| YUV | 83.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 86 | 0 | 0.35 | 0.20 | 0.58 | 334.74 | 0.21 | 0.35 |
| Hex | 6C | 46 | 56 | 0 | 23 | 14 | 3A | 14F | 15 | 23 |
| Octal | 154 | 106 | 126 | 0 | 43 | 24 | 72 | 517 | 25 | 43 |
| Binary | 1101100 | 1000110 | 1010110 | 0 | 100011 | 10100 | 111010 | 101001111 | 10101 | 100011 |
Color Harmonies of #6C4656
Complementary color
Monochromatic Colors of #6C4656
Black with #6C4656
Text Example
Text Example
White with #6C4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4656; }
p { color: rgb(108,70,86); }
H1.HeaderClassName
{
color: #6C4656;
}
.AnyTagClassName
{
color: #6C4656;
}
</style>
background-color css
<style>
a { background-color: #6C4656; }
a { background-color: rgb(108,70,86); }
div.DivClassName
{
background-color: #6C4656;
}
.BgClassName
{
background-color: #6C4656;
}
</style>
border-color css
<style>
span { border-color: #6C4656; }
span { border-color: rgb(108,70,86); }
td.TdClassName
{
border-color: #6C4656;
}
.TagClassName
{
border-color: #6C4656;
}
</style>