Shades of Finch #6F775B
Tints of Finch #6F775B
RGB
CMYK
RGB Variations
Color information
#6F775B (or 0x6F775B) is known color: Finch. HEX triplet: 6F, 77 and 5B. RGB value is (111,119,91). Sum of RGB (Red+Green+Blue) = 111+119+91=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #6F775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F775B is #9088A4. Grayscale: #717171. Windows color (decimal): -9472165 or 5994351. OLE color: 5994351.
HSL color Cylindrical-coordinate representation of color #6F775B: hue angle of 77.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F775B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 91 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.53 |
| HSL | 77.14º | 0.13% | 0.41% | - |
| HSV(B) | 77.14º | 0.24% | 0.47% | - |
| XYZ | 15.04 | 17.33 | 12.45 | - |
| YUV | 113.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 91 | 0.07 | 0 | 0.24 | 0.53 | 77.14 | 0.13 | 0.41 |
| Hex | 6F | 77 | 5B | 7 | 0 | 18 | 35 | 4D | D | 29 |
| Octal | 157 | 167 | 133 | 7 | 0 | 30 | 65 | 115 | 15 | 51 |
| Binary | 1101111 | 1110111 | 1011011 | 111 | 0 | 11000 | 110101 | 1001101 | 1101 | 101001 |
Color Harmonies of #6F775B
Complementary color
Monochromatic Colors of #6F775B
Black with #6F775B
Text Example
Text Example
White with #6F775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F775B; }
p { color: rgb(111,119,91); }
H1.HeaderClassName
{
color: #6F775B;
}
.AnyTagClassName
{
color: #6F775B;
}
</style>
background-color css
<style>
a { background-color: #6F775B; }
a { background-color: rgb(111,119,91); }
div.DivClassName
{
background-color: #6F775B;
}
.BgClassName
{
background-color: #6F775B;
}
</style>
border-color css
<style>
span { border-color: #6F775B; }
span { border-color: rgb(111,119,91); }
td.TdClassName
{
border-color: #6F775B;
}
.TagClassName
{
border-color: #6F775B;
}
</style>