Shades of Finn #6F4956
Tints of Finn #6F4956
RGB
CMYK
RGB Variations
Color information
#6F4956 (or 0x6F4956) is known color: Finn. HEX triplet: 6F, 49 and 56. RGB value is (111,73,86). Sum of RGB (Red+Green+Blue) = 111+73+86=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4956 is #90B6A9. Grayscale: #555555. Windows color (decimal): -9483946 or 5654895. OLE color: 5654895.
HSL color Cylindrical-coordinate representation of color #6F4956: hue angle of 339.47º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F4956 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 86 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.56 |
| HSL | 339.47º | 0.21% | 0.36% | - |
| HSV(B) | 339.47º | 0.34% | 0.44% | - |
| XYZ | 10.62 | 8.82 | 9.95 | - |
| YUV | 85.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 86 | 0 | 0.34 | 0.23 | 0.56 | 339.47 | 0.21 | 0.36 |
| Hex | 6F | 49 | 56 | 0 | 22 | 17 | 38 | 153 | 15 | 24 |
| Octal | 157 | 111 | 126 | 0 | 42 | 27 | 70 | 523 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1010110 | 0 | 100010 | 10111 | 111000 | 101010011 | 10101 | 100100 |
Color Harmonies of #6F4956
Complementary color
Monochromatic Colors of #6F4956
Black with #6F4956
Text Example
Text Example
White with #6F4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4956; }
p { color: rgb(111,73,86); }
H1.HeaderClassName
{
color: #6F4956;
}
.AnyTagClassName
{
color: #6F4956;
}
</style>
background-color css
<style>
a { background-color: #6F4956; }
a { background-color: rgb(111,73,86); }
div.DivClassName
{
background-color: #6F4956;
}
.BgClassName
{
background-color: #6F4956;
}
</style>
border-color css
<style>
span { border-color: #6F4956; }
span { border-color: rgb(111,73,86); }
td.TdClassName
{
border-color: #6F4956;
}
.TagClassName
{
border-color: #6F4956;
}
</style>