Shades of Finch #6F7259
Tints of Finch #6F7259
RGB
CMYK
RGB Variations
Color information
#6F7259 (or 0x6F7259) is known color: Finch. HEX triplet: 6F, 72 and 59. RGB value is (111,114,89). Sum of RGB (Red+Green+Blue) = 111+114+89=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7259 is #908DA6. Grayscale: #6E6E6E. Windows color (decimal): -9473447 or 5861999. OLE color: 5861999.
HSL color Cylindrical-coordinate representation of color #6F7259: hue angle of 67.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F7259 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 89 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.55 |
| HSL | 67.2º | 0.12% | 0.4% | - |
| HSV(B) | 67.2º | 0.22% | 0.45% | - |
| XYZ | 14.38 | 16.14 | 11.81 | - |
| YUV | 110.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 89 | 0.03 | 0 | 0.22 | 0.55 | 67.2 | 0.12 | 0.4 |
| Hex | 6F | 72 | 59 | 3 | 0 | 16 | 37 | 43 | C | 28 |
| Octal | 157 | 162 | 131 | 3 | 0 | 26 | 67 | 103 | 14 | 50 |
| Binary | 1101111 | 1110010 | 1011001 | 11 | 0 | 10110 | 110111 | 1000011 | 1100 | 101000 |
Color Harmonies of #6F7259
Complementary color
Monochromatic Colors of #6F7259
Black with #6F7259
Text Example
Text Example
White with #6F7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7259; }
p { color: rgb(111,114,89); }
H1.HeaderClassName
{
color: #6F7259;
}
.AnyTagClassName
{
color: #6F7259;
}
</style>
background-color css
<style>
a { background-color: #6F7259; }
a { background-color: rgb(111,114,89); }
div.DivClassName
{
background-color: #6F7259;
}
.BgClassName
{
background-color: #6F7259;
}
</style>
border-color css
<style>
span { border-color: #6F7259; }
span { border-color: rgb(111,114,89); }
td.TdClassName
{
border-color: #6F7259;
}
.TagClassName
{
border-color: #6F7259;
}
</style>