Shades of Finn #6F4552
Tints of Finn #6F4552
RGB
CMYK
RGB Variations
Color information
#6F4552 (or 0x6F4552) is known color: Finn. HEX triplet: 6F, 45 and 52. RGB value is (111,69,82). Sum of RGB (Red+Green+Blue) = 111+69+82=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4552 is #90BAAD. Grayscale: #535353. Windows color (decimal): -9484974 or 5391727. OLE color: 5391727.
HSL color Cylindrical-coordinate representation of color #6F4552: hue angle of 341.43º 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 #6F4552 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 82 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.56 |
| HSL | 341.43º | 0.23% | 0.35% | - |
| HSV(B) | 341.43º | 0.38% | 0.44% | - |
| XYZ | 10.21 | 8.24 | 9.04 | - |
| YUV | 83.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 82 | 0 | 0.38 | 0.26 | 0.56 | 341.43 | 0.23 | 0.35 |
| Hex | 6F | 45 | 52 | 0 | 26 | 1A | 38 | 155 | 17 | 23 |
| Octal | 157 | 105 | 122 | 0 | 46 | 32 | 70 | 525 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1010010 | 0 | 100110 | 11010 | 111000 | 101010101 | 10111 | 100011 |
Color Harmonies of #6F4552
Complementary color
Monochromatic Colors of #6F4552
Black with #6F4552
Text Example
Text Example
White with #6F4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4552; }
p { color: rgb(111,69,82); }
H1.HeaderClassName
{
color: #6F4552;
}
.AnyTagClassName
{
color: #6F4552;
}
</style>
background-color css
<style>
a { background-color: #6F4552; }
a { background-color: rgb(111,69,82); }
div.DivClassName
{
background-color: #6F4552;
}
.BgClassName
{
background-color: #6F4552;
}
</style>
border-color css
<style>
span { border-color: #6F4552; }
span { border-color: rgb(111,69,82); }
td.TdClassName
{
border-color: #6F4552;
}
.TagClassName
{
border-color: #6F4552;
}
</style>