Shades of Finn #6F4352
Tints of Finn #6F4352
RGB
CMYK
RGB Variations
Color information
#6F4352 (or 0x6F4352) is known color: Finn. HEX triplet: 6F, 43 and 52. RGB value is (111,67,82). Sum of RGB (Red+Green+Blue) = 111+67+82=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4352 is #90BCAD. Grayscale: #515151. Windows color (decimal): -9485486 or 5391215. OLE color: 5391215.
HSL color Cylindrical-coordinate representation of color #6F4352: hue angle of 339.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4352 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 82 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.56 |
| HSL | 339.55º | 0.25% | 0.35% | - |
| HSV(B) | 339.55º | 0.4% | 0.44% | - |
| XYZ | 10.09 | 8 | 9 | - |
| YUV | 81.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 82 | 0 | 0.40 | 0.26 | 0.56 | 339.55 | 0.25 | 0.35 |
| Hex | 6F | 43 | 52 | 0 | 28 | 1A | 38 | 154 | 19 | 23 |
| Octal | 157 | 103 | 122 | 0 | 50 | 32 | 70 | 524 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1010010 | 0 | 101000 | 11010 | 111000 | 101010100 | 11001 | 100011 |
Color Harmonies of #6F4352
Complementary color
Monochromatic Colors of #6F4352
Black with #6F4352
Text Example
Text Example
White with #6F4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4352; }
p { color: rgb(111,67,82); }
H1.HeaderClassName
{
color: #6F4352;
}
.AnyTagClassName
{
color: #6F4352;
}
</style>
background-color css
<style>
a { background-color: #6F4352; }
a { background-color: rgb(111,67,82); }
div.DivClassName
{
background-color: #6F4352;
}
.BgClassName
{
background-color: #6F4352;
}
</style>
border-color css
<style>
span { border-color: #6F4352; }
span { border-color: rgb(111,67,82); }
td.TdClassName
{
border-color: #6F4352;
}
.TagClassName
{
border-color: #6F4352;
}
</style>