Shades of Finn #6F4152
Tints of Finn #6F4152
RGB
CMYK
RGB Variations
Color information
#6F4152 (or 0x6F4152) is known color: Finn. HEX triplet: 6F, 41 and 52. RGB value is (111,65,82). Sum of RGB (Red+Green+Blue) = 111+65+82=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4152 is #90BEAD. Grayscale: #505050. Windows color (decimal): -9485998 or 5390703. OLE color: 5390703.
HSL color Cylindrical-coordinate representation of color #6F4152: hue angle of 337.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4152 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 82 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.56 |
| HSL | 337.83º | 0.26% | 0.35% | - |
| HSV(B) | 337.83º | 0.41% | 0.44% | - |
| XYZ | 9.97 | 7.77 | 8.96 | - |
| YUV | 80.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 82 | 0 | 0.41 | 0.26 | 0.56 | 337.83 | 0.26 | 0.35 |
| Hex | 6F | 41 | 52 | 0 | 29 | 1A | 38 | 152 | 1A | 23 |
| Octal | 157 | 101 | 122 | 0 | 51 | 32 | 70 | 522 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1010010 | 0 | 101001 | 11010 | 111000 | 101010010 | 11010 | 100011 |
Color Harmonies of #6F4152
Complementary color
Monochromatic Colors of #6F4152
Black with #6F4152
Text Example
Text Example
White with #6F4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4152; }
p { color: rgb(111,65,82); }
H1.HeaderClassName
{
color: #6F4152;
}
.AnyTagClassName
{
color: #6F4152;
}
</style>
background-color css
<style>
a { background-color: #6F4152; }
a { background-color: rgb(111,65,82); }
div.DivClassName
{
background-color: #6F4152;
}
.BgClassName
{
background-color: #6F4152;
}
</style>
border-color css
<style>
span { border-color: #6F4152; }
span { border-color: rgb(111,65,82); }
td.TdClassName
{
border-color: #6F4152;
}
.TagClassName
{
border-color: #6F4152;
}
</style>