Shades of Finn #6F4551
Tints of Finn #6F4551
RGB
CMYK
RGB Variations
Color information
#6F4551 (or 0x6F4551) is known color: Finn. HEX triplet: 6F, 45 and 51. RGB value is (111,69,81). Sum of RGB (Red+Green+Blue) = 111+69+81=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4551 is #90BAAE. Grayscale: #525252. Windows color (decimal): -9484975 or 5326191. OLE color: 5326191.
HSL color Cylindrical-coordinate representation of color #6F4551: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4551 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 81 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.56 |
| HSL | 342.86º | 0.23% | 0.35% | - |
| HSV(B) | 342.86º | 0.38% | 0.44% | - |
| XYZ | 10.17 | 8.23 | 8.84 | - |
| YUV | 82.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 81 | 0 | 0.38 | 0.27 | 0.56 | 342.86 | 0.23 | 0.35 |
| Hex | 6F | 45 | 51 | 0 | 26 | 1B | 38 | 157 | 17 | 23 |
| Octal | 157 | 105 | 121 | 0 | 46 | 33 | 70 | 527 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1010001 | 0 | 100110 | 11011 | 111000 | 101010111 | 10111 | 100011 |
Color Harmonies of #6F4551
Complementary color
Monochromatic Colors of #6F4551
Black with #6F4551
Text Example
Text Example
White with #6F4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4551; }
p { color: rgb(111,69,81); }
H1.HeaderClassName
{
color: #6F4551;
}
.AnyTagClassName
{
color: #6F4551;
}
</style>
background-color css
<style>
a { background-color: #6F4551; }
a { background-color: rgb(111,69,81); }
div.DivClassName
{
background-color: #6F4551;
}
.BgClassName
{
background-color: #6F4551;
}
</style>
border-color css
<style>
span { border-color: #6F4551; }
span { border-color: rgb(111,69,81); }
td.TdClassName
{
border-color: #6F4551;
}
.TagClassName
{
border-color: #6F4551;
}
</style>