Shades of Finn #6C3A51
Tints of Finn #6C3A51
RGB
CMYK
RGB Variations
Color information
#6C3A51 (or 0x6C3A51) is known color: Finn. HEX triplet: 6C, 3A and 51. RGB value is (108,58,81). Sum of RGB (Red+Green+Blue) = 108+58+81=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A51 is #93C5AE. Grayscale: #4B4B4B. Windows color (decimal): -9684399 or 5323372. OLE color: 5323372.
HSL color Cylindrical-coordinate representation of color #6C3A51: hue angle of 332.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A51 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 58 | 81 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.58 |
| HSL | 332.4º | 0.3% | 0.33% | - |
| HSV(B) | 332.4º | 0.46% | 0.42% | - |
| XYZ | 9.18 | 6.81 | 8.61 | - |
| YUV | 75.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 81 | 0 | 0.46 | 0.25 | 0.58 | 332.4 | 0.3 | 0.33 |
| Hex | 6C | 3A | 51 | 0 | 2E | 19 | 3A | 14C | 1E | 21 |
| Octal | 154 | 72 | 121 | 0 | 56 | 31 | 72 | 514 | 36 | 41 |
| Binary | 1101100 | 111010 | 1010001 | 0 | 101110 | 11001 | 111010 | 101001100 | 11110 | 100001 |
Color Harmonies of #6C3A51
Complementary color
Monochromatic Colors of #6C3A51
Black with #6C3A51
Text Example
Text Example
White with #6C3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A51; }
p { color: rgb(108,58,81); }
H1.HeaderClassName
{
color: #6C3A51;
}
.AnyTagClassName
{
color: #6C3A51;
}
</style>
background-color css
<style>
a { background-color: #6C3A51; }
a { background-color: rgb(108,58,81); }
div.DivClassName
{
background-color: #6C3A51;
}
.BgClassName
{
background-color: #6C3A51;
}
</style>
border-color css
<style>
span { border-color: #6C3A51; }
span { border-color: rgb(108,58,81); }
td.TdClassName
{
border-color: #6C3A51;
}
.TagClassName
{
border-color: #6C3A51;
}
</style>