Shades of Finn #6F4850
Tints of Finn #6F4850
RGB
CMYK
RGB Variations
Color information
#6F4850 (or 0x6F4850) is known color: Finn. HEX triplet: 6F, 48 and 50. RGB value is (111,72,80). Sum of RGB (Red+Green+Blue) = 111+72+80=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4850 is #90B7AF. Grayscale: #545454. Windows color (decimal): -9484208 or 5261423. OLE color: 5261423.
HSL color Cylindrical-coordinate representation of color #6F4850: hue angle of 347.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F4850 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 80 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.56 |
| HSL | 347.69º | 0.21% | 0.36% | - |
| HSV(B) | 347.69º | 0.35% | 0.44% | - |
| XYZ | 10.32 | 8.59 | 8.7 | - |
| YUV | 84.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 80 | 0 | 0.35 | 0.28 | 0.56 | 347.69 | 0.21 | 0.36 |
| Hex | 6F | 48 | 50 | 0 | 23 | 1C | 38 | 15C | 15 | 24 |
| Octal | 157 | 110 | 120 | 0 | 43 | 34 | 70 | 534 | 25 | 44 |
| Binary | 1101111 | 1001000 | 1010000 | 0 | 100011 | 11100 | 111000 | 101011100 | 10101 | 100100 |
Color Harmonies of #6F4850
Complementary color
Monochromatic Colors of #6F4850
Black with #6F4850
Text Example
Text Example
White with #6F4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4850; }
p { color: rgb(111,72,80); }
H1.HeaderClassName
{
color: #6F4850;
}
.AnyTagClassName
{
color: #6F4850;
}
</style>
background-color css
<style>
a { background-color: #6F4850; }
a { background-color: rgb(111,72,80); }
div.DivClassName
{
background-color: #6F4850;
}
.BgClassName
{
background-color: #6F4850;
}
</style>
border-color css
<style>
span { border-color: #6F4850; }
span { border-color: rgb(111,72,80); }
td.TdClassName
{
border-color: #6F4850;
}
.TagClassName
{
border-color: #6F4850;
}
</style>