Shades of Finch #6F706A
Tints of Finch #6F706A
RGB
CMYK
RGB Variations
Color information
#6F706A (or 0x6F706A) is known color: Finch. HEX triplet: 6F, 70 and 6A. RGB value is (111,112,106). Sum of RGB (Red+Green+Blue) = 111+112+106=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 112 - color contains mainly: green. Hex color #6F706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F706A is #908F95. Grayscale: #6F6F6F. Windows color (decimal): -9473942 or 6975599. OLE color: 6975599.
HSL color Cylindrical-coordinate representation of color #6F706A: hue angle of 70º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F706A is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 106 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.56 |
| HSL | 70º | 0.03% | 0.43% | - |
| HSV(B) | 70º | 0.05% | 0.44% | - |
| XYZ | 14.95 | 16.01 | 15.94 | - |
| YUV | 111.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 106 | 0.01 | 0 | 0.05 | 0.56 | 70 | 0.03 | 0.43 |
| Hex | 6F | 70 | 6A | 1 | 0 | 5 | 38 | 46 | 3 | 2B |
| Octal | 157 | 160 | 152 | 1 | 0 | 5 | 70 | 106 | 3 | 53 |
| Binary | 1101111 | 1110000 | 1101010 | 1 | 0 | 101 | 111000 | 1000110 | 11 | 101011 |
Color Harmonies of #6F706A
Complementary color
Monochromatic Colors of #6F706A
Black with #6F706A
Text Example
Text Example
White with #6F706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F706A; }
p { color: rgb(111,112,106); }
H1.HeaderClassName
{
color: #6F706A;
}
.AnyTagClassName
{
color: #6F706A;
}
</style>
background-color css
<style>
a { background-color: #6F706A; }
a { background-color: rgb(111,112,106); }
div.DivClassName
{
background-color: #6F706A;
}
.BgClassName
{
background-color: #6F706A;
}
</style>
border-color css
<style>
span { border-color: #6F706A; }
span { border-color: rgb(111,112,106); }
td.TdClassName
{
border-color: #6F706A;
}
.TagClassName
{
border-color: #6F706A;
}
</style>