Shades of Finn #6F4B59
Tints of Finn #6F4B59
RGB
CMYK
RGB Variations
Color information
#6F4B59 (or 0x6F4B59) is known color: Finn. HEX triplet: 6F, 4B and 59. RGB value is (111,75,89). Sum of RGB (Red+Green+Blue) = 111+75+89=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B59 is #90B4A6. Grayscale: #575757. Windows color (decimal): -9483431 or 5852015. OLE color: 5852015.
HSL color Cylindrical-coordinate representation of color #6F4B59: hue angle of 336.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4B59 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 89 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.56 |
| HSL | 336.67º | 0.19% | 0.36% | - |
| HSV(B) | 336.67º | 0.32% | 0.44% | - |
| XYZ | 10.87 | 9.13 | 10.64 | - |
| YUV | 87.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 89 | 0 | 0.32 | 0.20 | 0.56 | 336.67 | 0.19 | 0.36 |
| Hex | 6F | 4B | 59 | 0 | 20 | 14 | 38 | 151 | 13 | 24 |
| Octal | 157 | 113 | 131 | 0 | 40 | 24 | 70 | 521 | 23 | 44 |
| Binary | 1101111 | 1001011 | 1011001 | 0 | 100000 | 10100 | 111000 | 101010001 | 10011 | 100100 |
Color Harmonies of #6F4B59
Complementary color
Monochromatic Colors of #6F4B59
Black with #6F4B59
Text Example
Text Example
White with #6F4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B59; }
p { color: rgb(111,75,89); }
H1.HeaderClassName
{
color: #6F4B59;
}
.AnyTagClassName
{
color: #6F4B59;
}
</style>
background-color css
<style>
a { background-color: #6F4B59; }
a { background-color: rgb(111,75,89); }
div.DivClassName
{
background-color: #6F4B59;
}
.BgClassName
{
background-color: #6F4B59;
}
</style>
border-color css
<style>
span { border-color: #6F4B59; }
span { border-color: rgb(111,75,89); }
td.TdClassName
{
border-color: #6F4B59;
}
.TagClassName
{
border-color: #6F4B59;
}
</style>