Shades of Finn #6F4451
Tints of Finn #6F4451
RGB
CMYK
RGB Variations
Color information
#6F4451 (or 0x6F4451) is known color: Finn. HEX triplet: 6F, 44 and 51. RGB value is (111,68,81). Sum of RGB (Red+Green+Blue) = 111+68+81=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4451 is #90BBAE. Grayscale: #525252. Windows color (decimal): -9485231 or 5325935. OLE color: 5325935.
HSL color Cylindrical-coordinate representation of color #6F4451: hue angle of 341.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4451 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 81 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.56 |
| HSL | 341.86º | 0.24% | 0.35% | - |
| HSV(B) | 341.86º | 0.39% | 0.44% | - |
| XYZ | 10.11 | 8.11 | 8.82 | - |
| YUV | 82.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 81 | 0 | 0.39 | 0.27 | 0.56 | 341.86 | 0.24 | 0.35 |
| Hex | 6F | 44 | 51 | 0 | 27 | 1B | 38 | 156 | 18 | 23 |
| Octal | 157 | 104 | 121 | 0 | 47 | 33 | 70 | 526 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1010001 | 0 | 100111 | 11011 | 111000 | 101010110 | 11000 | 100011 |
Color Harmonies of #6F4451
Complementary color
Monochromatic Colors of #6F4451
Black with #6F4451
Text Example
Text Example
White with #6F4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4451; }
p { color: rgb(111,68,81); }
H1.HeaderClassName
{
color: #6F4451;
}
.AnyTagClassName
{
color: #6F4451;
}
</style>
background-color css
<style>
a { background-color: #6F4451; }
a { background-color: rgb(111,68,81); }
div.DivClassName
{
background-color: #6F4451;
}
.BgClassName
{
background-color: #6F4451;
}
</style>
border-color css
<style>
span { border-color: #6F4451; }
span { border-color: rgb(111,68,81); }
td.TdClassName
{
border-color: #6F4451;
}
.TagClassName
{
border-color: #6F4451;
}
</style>