Shades of Finch #6F745E
Tints of Finch #6F745E
RGB
CMYK
RGB Variations
Color information
#6F745E (or 0x6F745E) is known color: Finch. HEX triplet: 6F, 74 and 5E. RGB value is (111,116,94). Sum of RGB (Red+Green+Blue) = 111+116+94=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 116 - color contains mainly: green. Hex color #6F745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F745E is #908BA1. Grayscale: #707070. Windows color (decimal): -9472930 or 6190191. OLE color: 6190191.
HSL color Cylindrical-coordinate representation of color #6F745E: hue angle of 73.64º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F745E is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 94 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.55 |
| HSL | 73.64º | 0.1% | 0.41% | - |
| HSV(B) | 73.64º | 0.19% | 0.45% | - |
| XYZ | 14.82 | 16.68 | 13.03 | - |
| YUV | 112 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 94 | 0.04 | 0 | 0.19 | 0.55 | 73.64 | 0.1 | 0.41 |
| Hex | 6F | 74 | 5E | 4 | 0 | 13 | 37 | 4A | A | 29 |
| Octal | 157 | 164 | 136 | 4 | 0 | 23 | 67 | 112 | 12 | 51 |
| Binary | 1101111 | 1110100 | 1011110 | 100 | 0 | 10011 | 110111 | 1001010 | 1010 | 101001 |
Color Harmonies of #6F745E
Complementary color
Monochromatic Colors of #6F745E
Black with #6F745E
Text Example
Text Example
White with #6F745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F745E; }
p { color: rgb(111,116,94); }
H1.HeaderClassName
{
color: #6F745E;
}
.AnyTagClassName
{
color: #6F745E;
}
</style>
background-color css
<style>
a { background-color: #6F745E; }
a { background-color: rgb(111,116,94); }
div.DivClassName
{
background-color: #6F745E;
}
.BgClassName
{
background-color: #6F745E;
}
</style>
border-color css
<style>
span { border-color: #6F745E; }
span { border-color: rgb(111,116,94); }
td.TdClassName
{
border-color: #6F745E;
}
.TagClassName
{
border-color: #6F745E;
}
</style>