Shades of Finch #6F7262
Tints of Finch #6F7262
RGB
CMYK
RGB Variations
Color information
#6F7262 (or 0x6F7262) is known color: Finch. HEX triplet: 6F, 72 and 62. RGB value is (111,114,98). Sum of RGB (Red+Green+Blue) = 111+114+98=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7262 is #908D9D. Grayscale: #6F6F6F. Windows color (decimal): -9473438 or 6451823. OLE color: 6451823.
HSL color Cylindrical-coordinate representation of color #6F7262: hue angle of 71.25º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7262 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 98 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.55 |
| HSL | 71.25º | 0.08% | 0.42% | - |
| HSV(B) | 71.25º | 0.14% | 0.45% | - |
| XYZ | 14.78 | 16.3 | 13.92 | - |
| YUV | 111.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 98 | 0.03 | 0 | 0.14 | 0.55 | 71.25 | 0.08 | 0.42 |
| Hex | 6F | 72 | 62 | 3 | 0 | E | 37 | 47 | 8 | 2A |
| Octal | 157 | 162 | 142 | 3 | 0 | 16 | 67 | 107 | 10 | 52 |
| Binary | 1101111 | 1110010 | 1100010 | 11 | 0 | 1110 | 110111 | 1000111 | 1000 | 101010 |
Color Harmonies of #6F7262
Complementary color
Monochromatic Colors of #6F7262
Black with #6F7262
Text Example
Text Example
White with #6F7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7262; }
p { color: rgb(111,114,98); }
H1.HeaderClassName
{
color: #6F7262;
}
.AnyTagClassName
{
color: #6F7262;
}
</style>
background-color css
<style>
a { background-color: #6F7262; }
a { background-color: rgb(111,114,98); }
div.DivClassName
{
background-color: #6F7262;
}
.BgClassName
{
background-color: #6F7262;
}
</style>
border-color css
<style>
span { border-color: #6F7262; }
span { border-color: rgb(111,114,98); }
td.TdClassName
{
border-color: #6F7262;
}
.TagClassName
{
border-color: #6F7262;
}
</style>