Shades of Finch #6F7159
Tints of Finch #6F7159
RGB
CMYK
RGB Variations
Color information
#6F7159 (or 0x6F7159) is known color: Finch. HEX triplet: 6F, 71 and 59. RGB value is (111,113,89). Sum of RGB (Red+Green+Blue) = 111+113+89=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7159 is #908EA6. Grayscale: #6D6D6D. Windows color (decimal): -9473703 or 5861743. OLE color: 5861743.
HSL color Cylindrical-coordinate representation of color #6F7159: hue angle of 65º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F7159 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 89 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.56 |
| HSL | 65º | 0.12% | 0.4% | - |
| HSV(B) | 65º | 0.21% | 0.44% | - |
| XYZ | 14.26 | 15.91 | 11.77 | - |
| YUV | 109.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 89 | 0.02 | 0 | 0.21 | 0.56 | 65 | 0.12 | 0.4 |
| Hex | 6F | 71 | 59 | 2 | 0 | 15 | 38 | 41 | C | 28 |
| Octal | 157 | 161 | 131 | 2 | 0 | 25 | 70 | 101 | 14 | 50 |
| Binary | 1101111 | 1110001 | 1011001 | 10 | 0 | 10101 | 111000 | 1000001 | 1100 | 101000 |
Color Harmonies of #6F7159
Complementary color
Monochromatic Colors of #6F7159
Black with #6F7159
Text Example
Text Example
White with #6F7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7159; }
p { color: rgb(111,113,89); }
H1.HeaderClassName
{
color: #6F7159;
}
.AnyTagClassName
{
color: #6F7159;
}
</style>
background-color css
<style>
a { background-color: #6F7159; }
a { background-color: rgb(111,113,89); }
div.DivClassName
{
background-color: #6F7159;
}
.BgClassName
{
background-color: #6F7159;
}
</style>
border-color css
<style>
span { border-color: #6F7159; }
span { border-color: rgb(111,113,89); }
td.TdClassName
{
border-color: #6F7159;
}
.TagClassName
{
border-color: #6F7159;
}
</style>