Shades of Finn #6F4555
Tints of Finn #6F4555
RGB
CMYK
RGB Variations
Color information
#6F4555 (or 0x6F4555) is known color: Finn. HEX triplet: 6F, 45 and 55. RGB value is (111,69,85). Sum of RGB (Red+Green+Blue) = 111+69+85=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4555 is #90BAAA. Grayscale: #535353. Windows color (decimal): -9484971 or 5588335. OLE color: 5588335.
HSL color Cylindrical-coordinate representation of color #6F4555: hue angle of 337.14º 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 #6F4555 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 85 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.56 |
| HSL | 337.14º | 0.23% | 0.35% | - |
| HSV(B) | 337.14º | 0.38% | 0.44% | - |
| XYZ | 10.32 | 8.29 | 9.65 | - |
| YUV | 83.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 85 | 0 | 0.38 | 0.23 | 0.56 | 337.14 | 0.23 | 0.35 |
| Hex | 6F | 45 | 55 | 0 | 26 | 17 | 38 | 151 | 17 | 23 |
| Octal | 157 | 105 | 125 | 0 | 46 | 27 | 70 | 521 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1010101 | 0 | 100110 | 10111 | 111000 | 101010001 | 10111 | 100011 |
Color Harmonies of #6F4555
Complementary color
Monochromatic Colors of #6F4555
Black with #6F4555
Text Example
Text Example
White with #6F4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4555; }
p { color: rgb(111,69,85); }
H1.HeaderClassName
{
color: #6F4555;
}
.AnyTagClassName
{
color: #6F4555;
}
</style>
background-color css
<style>
a { background-color: #6F4555; }
a { background-color: rgb(111,69,85); }
div.DivClassName
{
background-color: #6F4555;
}
.BgClassName
{
background-color: #6F4555;
}
</style>
border-color css
<style>
span { border-color: #6F4555; }
span { border-color: rgb(111,69,85); }
td.TdClassName
{
border-color: #6F4555;
}
.TagClassName
{
border-color: #6F4555;
}
</style>