Shades of Finn #6F4355
Tints of Finn #6F4355
RGB
CMYK
RGB Variations
Color information
#6F4355 (or 0x6F4355) is known color: Finn. HEX triplet: 6F, 43 and 55. RGB value is (111,67,85). Sum of RGB (Red+Green+Blue) = 111+67+85=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4355 is #90BCAA. Grayscale: #525252. Windows color (decimal): -9485483 or 5587823. OLE color: 5587823.
HSL color Cylindrical-coordinate representation of color #6F4355: hue angle of 335.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4355 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 85 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.56 |
| HSL | 335.45º | 0.25% | 0.35% | - |
| HSV(B) | 335.45º | 0.4% | 0.44% | - |
| XYZ | 10.2 | 8.05 | 9.61 | - |
| YUV | 82.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 85 | 0 | 0.40 | 0.23 | 0.56 | 335.45 | 0.25 | 0.35 |
| Hex | 6F | 43 | 55 | 0 | 28 | 17 | 38 | 14F | 19 | 23 |
| Octal | 157 | 103 | 125 | 0 | 50 | 27 | 70 | 517 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1010101 | 0 | 101000 | 10111 | 111000 | 101001111 | 11001 | 100011 |
Color Harmonies of #6F4355
Complementary color
Monochromatic Colors of #6F4355
Black with #6F4355
Text Example
Text Example
White with #6F4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4355; }
p { color: rgb(111,67,85); }
H1.HeaderClassName
{
color: #6F4355;
}
.AnyTagClassName
{
color: #6F4355;
}
</style>
background-color css
<style>
a { background-color: #6F4355; }
a { background-color: rgb(111,67,85); }
div.DivClassName
{
background-color: #6F4355;
}
.BgClassName
{
background-color: #6F4355;
}
</style>
border-color css
<style>
span { border-color: #6F4355; }
span { border-color: rgb(111,67,85); }
td.TdClassName
{
border-color: #6F4355;
}
.TagClassName
{
border-color: #6F4355;
}
</style>