Shades of Finch #6F7266
Tints of Finch #6F7266
RGB
CMYK
RGB Variations
Color information
#6F7266 (or 0x6F7266) is known color: Finch. HEX triplet: 6F, 72 and 66. RGB value is (111,114,102). Sum of RGB (Red+Green+Blue) = 111+114+102=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7266 is #908D99. Grayscale: #6F6F6F. Windows color (decimal): -9473434 or 6713967. OLE color: 6713967.
HSL color Cylindrical-coordinate representation of color #6F7266: hue angle of 75º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F7266 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 102 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.55 |
| HSL | 75º | 0.06% | 0.42% | - |
| HSV(B) | 75º | 0.11% | 0.45% | - |
| XYZ | 14.97 | 16.37 | 14.94 | - |
| YUV | 111.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 102 | 0.03 | 0 | 0.11 | 0.55 | 75 | 0.06 | 0.42 |
| Hex | 6F | 72 | 66 | 3 | 0 | B | 37 | 4B | 6 | 2A |
| Octal | 157 | 162 | 146 | 3 | 0 | 13 | 67 | 113 | 6 | 52 |
| Binary | 1101111 | 1110010 | 1100110 | 11 | 0 | 1011 | 110111 | 1001011 | 110 | 101010 |
Color Harmonies of #6F7266
Complementary color
Monochromatic Colors of #6F7266
Black with #6F7266
Text Example
Text Example
White with #6F7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7266; }
p { color: rgb(111,114,102); }
H1.HeaderClassName
{
color: #6F7266;
}
.AnyTagClassName
{
color: #6F7266;
}
</style>
background-color css
<style>
a { background-color: #6F7266; }
a { background-color: rgb(111,114,102); }
div.DivClassName
{
background-color: #6F7266;
}
.BgClassName
{
background-color: #6F7266;
}
</style>
border-color css
<style>
span { border-color: #6F7266; }
span { border-color: rgb(111,114,102); }
td.TdClassName
{
border-color: #6F7266;
}
.TagClassName
{
border-color: #6F7266;
}
</style>