Shades of Finch #6F7657
Tints of Finch #6F7657
RGB
CMYK
RGB Variations
Color information
#6F7657 (or 0x6F7657) is known color: Finch. HEX triplet: 6F, 76 and 57. RGB value is (111,118,87). Sum of RGB (Red+Green+Blue) = 111+118+87=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7657 is #9089A8. Grayscale: #707070. Windows color (decimal): -9472425 or 5731951. OLE color: 5731951.
HSL color Cylindrical-coordinate representation of color #6F7657: hue angle of 73.55º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7657 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 87 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.54 |
| HSL | 73.55º | 0.15% | 0.4% | - |
| HSV(B) | 73.55º | 0.26% | 0.46% | - |
| XYZ | 14.75 | 17.02 | 11.53 | - |
| YUV | 112.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 87 | 0.06 | 0 | 0.26 | 0.54 | 73.55 | 0.15 | 0.4 |
| Hex | 6F | 76 | 57 | 6 | 0 | 1A | 36 | 4A | F | 28 |
| Octal | 157 | 166 | 127 | 6 | 0 | 32 | 66 | 112 | 17 | 50 |
| Binary | 1101111 | 1110110 | 1010111 | 110 | 0 | 11010 | 110110 | 1001010 | 1111 | 101000 |
Color Harmonies of #6F7657
Complementary color
Monochromatic Colors of #6F7657
Black with #6F7657
Text Example
Text Example
White with #6F7657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7657; }
p { color: rgb(111,118,87); }
H1.HeaderClassName
{
color: #6F7657;
}
.AnyTagClassName
{
color: #6F7657;
}
</style>
background-color css
<style>
a { background-color: #6F7657; }
a { background-color: rgb(111,118,87); }
div.DivClassName
{
background-color: #6F7657;
}
.BgClassName
{
background-color: #6F7657;
}
</style>
border-color css
<style>
span { border-color: #6F7657; }
span { border-color: rgb(111,118,87); }
td.TdClassName
{
border-color: #6F7657;
}
.TagClassName
{
border-color: #6F7657;
}
</style>