Shades of Finch #6F705B
Tints of Finch #6F705B
RGB
CMYK
RGB Variations
Color information
#6F705B (or 0x6F705B) is known color: Finch. HEX triplet: 6F, 70 and 5B. RGB value is (111,112,91). Sum of RGB (Red+Green+Blue) = 111+112+91=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #6F705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F705B is #908FA4. Grayscale: #6D6D6D. Windows color (decimal): -9473957 or 5992559. OLE color: 5992559.
HSL color Cylindrical-coordinate representation of color #6F705B: hue angle of 62.86º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F705B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 91 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.56 |
| HSL | 62.86º | 0.1% | 0.4% | - |
| HSV(B) | 62.86º | 0.19% | 0.44% | - |
| XYZ | 14.24 | 15.72 | 12.18 | - |
| YUV | 109.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 91 | 0.01 | 0 | 0.19 | 0.56 | 62.86 | 0.1 | 0.4 |
| Hex | 6F | 70 | 5B | 1 | 0 | 13 | 38 | 3F | A | 28 |
| Octal | 157 | 160 | 133 | 1 | 0 | 23 | 70 | 77 | 12 | 50 |
| Binary | 1101111 | 1110000 | 1011011 | 1 | 0 | 10011 | 111000 | 111111 | 1010 | 101000 |
Color Harmonies of #6F705B
Complementary color
Monochromatic Colors of #6F705B
Black with #6F705B
Text Example
Text Example
White with #6F705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F705B; }
p { color: rgb(111,112,91); }
H1.HeaderClassName
{
color: #6F705B;
}
.AnyTagClassName
{
color: #6F705B;
}
</style>
background-color css
<style>
a { background-color: #6F705B; }
a { background-color: rgb(111,112,91); }
div.DivClassName
{
background-color: #6F705B;
}
.BgClassName
{
background-color: #6F705B;
}
</style>
border-color css
<style>
span { border-color: #6F705B; }
span { border-color: rgb(111,112,91); }
td.TdClassName
{
border-color: #6F705B;
}
.TagClassName
{
border-color: #6F705B;
}
</style>