Shades of Finch #6F7162
Tints of Finch #6F7162
RGB
CMYK
RGB Variations
Color information
#6F7162 (or 0x6F7162) is known color: Finch. HEX triplet: 6F, 71 and 62. RGB value is (111,113,98). Sum of RGB (Red+Green+Blue) = 111+113+98=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7162 is #908E9D. Grayscale: #6E6E6E. Windows color (decimal): -9473694 or 6451567. OLE color: 6451567.
HSL color Cylindrical-coordinate representation of color #6F7162: hue angle of 68º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7162 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 98 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.56 |
| HSL | 68º | 0.07% | 0.41% | - |
| HSV(B) | 68º | 0.13% | 0.44% | - |
| XYZ | 14.67 | 16.07 | 13.88 | - |
| YUV | 110.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 98 | 0.02 | 0 | 0.13 | 0.56 | 68 | 0.07 | 0.41 |
| Hex | 6F | 71 | 62 | 2 | 0 | D | 38 | 44 | 7 | 29 |
| Octal | 157 | 161 | 142 | 2 | 0 | 15 | 70 | 104 | 7 | 51 |
| Binary | 1101111 | 1110001 | 1100010 | 10 | 0 | 1101 | 111000 | 1000100 | 111 | 101001 |
Color Harmonies of #6F7162
Complementary color
Monochromatic Colors of #6F7162
Black with #6F7162
Text Example
Text Example
White with #6F7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7162; }
p { color: rgb(111,113,98); }
H1.HeaderClassName
{
color: #6F7162;
}
.AnyTagClassName
{
color: #6F7162;
}
</style>
background-color css
<style>
a { background-color: #6F7162; }
a { background-color: rgb(111,113,98); }
div.DivClassName
{
background-color: #6F7162;
}
.BgClassName
{
background-color: #6F7162;
}
</style>
border-color css
<style>
span { border-color: #6F7162; }
span { border-color: rgb(111,113,98); }
td.TdClassName
{
border-color: #6F7162;
}
.TagClassName
{
border-color: #6F7162;
}
</style>