Shades of Finch #6F7059
Tints of Finch #6F7059
RGB
CMYK
RGB Variations
Color information
#6F7059 (or 0x6F7059) is known color: Finch. HEX triplet: 6F, 70 and 59. RGB value is (111,112,89). Sum of RGB (Red+Green+Blue) = 111+112+89=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7059 is #908FA6. Grayscale: #6D6D6D. Windows color (decimal): -9473959 or 5861487. OLE color: 5861487.
HSL color Cylindrical-coordinate representation of color #6F7059: hue angle of 62.61º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F7059 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 89 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.56 |
| HSL | 62.61º | 0.11% | 0.39% | - |
| HSV(B) | 62.61º | 0.21% | 0.44% | - |
| XYZ | 14.15 | 15.69 | 11.73 | - |
| YUV | 109.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 89 | 0.01 | 0 | 0.21 | 0.56 | 62.61 | 0.11 | 0.39 |
| Hex | 6F | 70 | 59 | 1 | 0 | 15 | 38 | 3F | B | 27 |
| Octal | 157 | 160 | 131 | 1 | 0 | 25 | 70 | 77 | 13 | 47 |
| Binary | 1101111 | 1110000 | 1011001 | 1 | 0 | 10101 | 111000 | 111111 | 1011 | 100111 |
Color Harmonies of #6F7059
Complementary color
Monochromatic Colors of #6F7059
Black with #6F7059
Text Example
Text Example
White with #6F7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7059; }
p { color: rgb(111,112,89); }
H1.HeaderClassName
{
color: #6F7059;
}
.AnyTagClassName
{
color: #6F7059;
}
</style>
background-color css
<style>
a { background-color: #6F7059; }
a { background-color: rgb(111,112,89); }
div.DivClassName
{
background-color: #6F7059;
}
.BgClassName
{
background-color: #6F7059;
}
</style>
border-color css
<style>
span { border-color: #6F7059; }
span { border-color: rgb(111,112,89); }
td.TdClassName
{
border-color: #6F7059;
}
.TagClassName
{
border-color: #6F7059;
}
</style>