Shades of Finn #6F4452
Tints of Finn #6F4452
RGB
CMYK
RGB Variations
Color information
#6F4452 (or 0x6F4452) is known color: Finn. HEX triplet: 6F, 44 and 52. RGB value is (111,68,82). Sum of RGB (Red+Green+Blue) = 111+68+82=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4452 is #90BBAD. Grayscale: #525252. Windows color (decimal): -9485230 or 5391471. OLE color: 5391471.
HSL color Cylindrical-coordinate representation of color #6F4452: hue angle of 340.47º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4452 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 82 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.56 |
| HSL | 340.47º | 0.24% | 0.35% | - |
| HSV(B) | 340.47º | 0.39% | 0.44% | - |
| XYZ | 10.15 | 8.12 | 9.02 | - |
| YUV | 82.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 82 | 0 | 0.39 | 0.26 | 0.56 | 340.47 | 0.24 | 0.35 |
| Hex | 6F | 44 | 52 | 0 | 27 | 1A | 38 | 154 | 18 | 23 |
| Octal | 157 | 104 | 122 | 0 | 47 | 32 | 70 | 524 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1010010 | 0 | 100111 | 11010 | 111000 | 101010100 | 11000 | 100011 |
Color Harmonies of #6F4452
Complementary color
Monochromatic Colors of #6F4452
Black with #6F4452
Text Example
Text Example
White with #6F4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4452; }
p { color: rgb(111,68,82); }
H1.HeaderClassName
{
color: #6F4452;
}
.AnyTagClassName
{
color: #6F4452;
}
</style>
background-color css
<style>
a { background-color: #6F4452; }
a { background-color: rgb(111,68,82); }
div.DivClassName
{
background-color: #6F4452;
}
.BgClassName
{
background-color: #6F4452;
}
</style>
border-color css
<style>
span { border-color: #6F4452; }
span { border-color: rgb(111,68,82); }
td.TdClassName
{
border-color: #6F4452;
}
.TagClassName
{
border-color: #6F4452;
}
</style>