Shades of Finch #6F7261
Tints of Finch #6F7261
RGB
CMYK
RGB Variations
Color information
#6F7261 (or 0x6F7261) is known color: Finch. HEX triplet: 6F, 72 and 61. RGB value is (111,114,97). Sum of RGB (Red+Green+Blue) = 111+114+97=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7261 is #908D9E. Grayscale: #6F6F6F. Windows color (decimal): -9473439 or 6386287. OLE color: 6386287.
HSL color Cylindrical-coordinate representation of color #6F7261: hue angle of 70.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F7261 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 97 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.55 |
| HSL | 70.59º | 0.08% | 0.41% | - |
| HSV(B) | 70.59º | 0.15% | 0.45% | - |
| XYZ | 14.73 | 16.28 | 13.67 | - |
| YUV | 111.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 97 | 0.03 | 0 | 0.15 | 0.55 | 70.59 | 0.08 | 0.41 |
| Hex | 6F | 72 | 61 | 3 | 0 | F | 37 | 47 | 8 | 29 |
| Octal | 157 | 162 | 141 | 3 | 0 | 17 | 67 | 107 | 10 | 51 |
| Binary | 1101111 | 1110010 | 1100001 | 11 | 0 | 1111 | 110111 | 1000111 | 1000 | 101001 |
Color Harmonies of #6F7261
Complementary color
Monochromatic Colors of #6F7261
Black with #6F7261
Text Example
Text Example
White with #6F7261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7261; }
p { color: rgb(111,114,97); }
H1.HeaderClassName
{
color: #6F7261;
}
.AnyTagClassName
{
color: #6F7261;
}
</style>
background-color css
<style>
a { background-color: #6F7261; }
a { background-color: rgb(111,114,97); }
div.DivClassName
{
background-color: #6F7261;
}
.BgClassName
{
background-color: #6F7261;
}
</style>
border-color css
<style>
span { border-color: #6F7261; }
span { border-color: rgb(111,114,97); }
td.TdClassName
{
border-color: #6F7261;
}
.TagClassName
{
border-color: #6F7261;
}
</style>