Shades of Finch #6F7651
Tints of Finch #6F7651
RGB
CMYK
RGB Variations
Color information
#6F7651 (or 0x6F7651) is known color: Finch. HEX triplet: 6F, 76 and 51. RGB value is (111,118,81). Sum of RGB (Red+Green+Blue) = 111+118+81=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7651 is #9089AE. Grayscale: #6F6F6F. Windows color (decimal): -9472431 or 5338735. OLE color: 5338735.
HSL color Cylindrical-coordinate representation of color #6F7651: hue angle of 71.35º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F7651 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 81 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.54 |
| HSL | 71.35º | 0.19% | 0.39% | - |
| HSV(B) | 71.35º | 0.31% | 0.46% | - |
| XYZ | 14.52 | 16.93 | 10.29 | - |
| YUV | 111.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 81 | 0.06 | 0 | 0.31 | 0.54 | 71.35 | 0.19 | 0.39 |
| Hex | 6F | 76 | 51 | 6 | 0 | 1F | 36 | 47 | 13 | 27 |
| Octal | 157 | 166 | 121 | 6 | 0 | 37 | 66 | 107 | 23 | 47 |
| Binary | 1101111 | 1110110 | 1010001 | 110 | 0 | 11111 | 110110 | 1000111 | 10011 | 100111 |
Color Harmonies of #6F7651
Complementary color
Monochromatic Colors of #6F7651
Black with #6F7651
Text Example
Text Example
White with #6F7651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7651; }
p { color: rgb(111,118,81); }
H1.HeaderClassName
{
color: #6F7651;
}
.AnyTagClassName
{
color: #6F7651;
}
</style>
background-color css
<style>
a { background-color: #6F7651; }
a { background-color: rgb(111,118,81); }
div.DivClassName
{
background-color: #6F7651;
}
.BgClassName
{
background-color: #6F7651;
}
</style>
border-color css
<style>
span { border-color: #6F7651; }
span { border-color: rgb(111,118,81); }
td.TdClassName
{
border-color: #6F7651;
}
.TagClassName
{
border-color: #6F7651;
}
</style>