Shades of Finn #6C4F5B
Tints of Finn #6C4F5B
RGB
CMYK
RGB Variations
Color information
#6C4F5B (or 0x6C4F5B) is known color: Finn. HEX triplet: 6C, 4F and 5B. RGB value is (108,79,91). Sum of RGB (Red+Green+Blue) = 108+79+91=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F5B is #93B0A4. Grayscale: #595959. Windows color (decimal): -9679013 or 5984108. OLE color: 5984108.
HSL color Cylindrical-coordinate representation of color #6C4F5B: hue angle of 335.17º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C4F5B is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 91 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.58 |
| HSL | 335.17º | 0.16% | 0.37% | - |
| HSV(B) | 335.17º | 0.27% | 0.42% | - |
| XYZ | 10.87 | 9.54 | 11.17 | - |
| YUV | 89.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 91 | 0 | 0.27 | 0.16 | 0.58 | 335.17 | 0.16 | 0.37 |
| Hex | 6C | 4F | 5B | 0 | 1B | 10 | 3A | 14F | 10 | 25 |
| Octal | 154 | 117 | 133 | 0 | 33 | 20 | 72 | 517 | 20 | 45 |
| Binary | 1101100 | 1001111 | 1011011 | 0 | 11011 | 10000 | 111010 | 101001111 | 10000 | 100101 |
Color Harmonies of #6C4F5B
Complementary color
Monochromatic Colors of #6C4F5B
Black with #6C4F5B
Text Example
Text Example
White with #6C4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F5B; }
p { color: rgb(108,79,91); }
H1.HeaderClassName
{
color: #6C4F5B;
}
.AnyTagClassName
{
color: #6C4F5B;
}
</style>
background-color css
<style>
a { background-color: #6C4F5B; }
a { background-color: rgb(108,79,91); }
div.DivClassName
{
background-color: #6C4F5B;
}
.BgClassName
{
background-color: #6C4F5B;
}
</style>
border-color css
<style>
span { border-color: #6C4F5B; }
span { border-color: rgb(108,79,91); }
td.TdClassName
{
border-color: #6C4F5B;
}
.TagClassName
{
border-color: #6C4F5B;
}
</style>