Shades of Finn #6F4657
Tints of Finn #6F4657
RGB
CMYK
RGB Variations
Color information
#6F4657 (or 0x6F4657) is known color: Finn. HEX triplet: 6F, 46 and 57. RGB value is (111,70,87). Sum of RGB (Red+Green+Blue) = 111+70+87=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4657 is #90B9A8. Grayscale: #545454. Windows color (decimal): -9484713 or 5719663. OLE color: 5719663.
HSL color Cylindrical-coordinate representation of color #6F4657: hue angle of 335.12º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F4657 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 87 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.56 |
| HSL | 335.12º | 0.23% | 0.35% | - |
| HSV(B) | 335.12º | 0.37% | 0.44% | - |
| XYZ | 10.47 | 8.45 | 10.1 | - |
| YUV | 84.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 87 | 0 | 0.37 | 0.22 | 0.56 | 335.12 | 0.23 | 0.35 |
| Hex | 6F | 46 | 57 | 0 | 25 | 16 | 38 | 14F | 17 | 23 |
| Octal | 157 | 106 | 127 | 0 | 45 | 26 | 70 | 517 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1010111 | 0 | 100101 | 10110 | 111000 | 101001111 | 10111 | 100011 |
Color Harmonies of #6F4657
Complementary color
Monochromatic Colors of #6F4657
Black with #6F4657
Text Example
Text Example
White with #6F4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4657; }
p { color: rgb(111,70,87); }
H1.HeaderClassName
{
color: #6F4657;
}
.AnyTagClassName
{
color: #6F4657;
}
</style>
background-color css
<style>
a { background-color: #6F4657; }
a { background-color: rgb(111,70,87); }
div.DivClassName
{
background-color: #6F4657;
}
.BgClassName
{
background-color: #6F4657;
}
</style>
border-color css
<style>
span { border-color: #6F4657; }
span { border-color: rgb(111,70,87); }
td.TdClassName
{
border-color: #6F4657;
}
.TagClassName
{
border-color: #6F4657;
}
</style>