Shades of Finch #6F715F
Tints of Finch #6F715F
RGB
CMYK
RGB Variations
Color information
#6F715F (or 0x6F715F) is known color: Finch. HEX triplet: 6F, 71 and 5F. RGB value is (111,113,95). Sum of RGB (Red+Green+Blue) = 111+113+95=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #6F715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F715F is #908EA0. Grayscale: #6E6E6E. Windows color (decimal): -9473697 or 6254959. OLE color: 6254959.
HSL color Cylindrical-coordinate representation of color #6F715F: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F715F is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 95 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.56 |
| HSL | 66.67º | 0.09% | 0.41% | - |
| HSV(B) | 66.67º | 0.16% | 0.44% | - |
| XYZ | 14.53 | 16.02 | 13.15 | - |
| YUV | 110.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 95 | 0.02 | 0 | 0.16 | 0.56 | 66.67 | 0.09 | 0.41 |
| Hex | 6F | 71 | 5F | 2 | 0 | 10 | 38 | 43 | 9 | 29 |
| Octal | 157 | 161 | 137 | 2 | 0 | 20 | 70 | 103 | 11 | 51 |
| Binary | 1101111 | 1110001 | 1011111 | 10 | 0 | 10000 | 111000 | 1000011 | 1001 | 101001 |
Color Harmonies of #6F715F
Complementary color
Monochromatic Colors of #6F715F
Black with #6F715F
Text Example
Text Example
White with #6F715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F715F; }
p { color: rgb(111,113,95); }
H1.HeaderClassName
{
color: #6F715F;
}
.AnyTagClassName
{
color: #6F715F;
}
</style>
background-color css
<style>
a { background-color: #6F715F; }
a { background-color: rgb(111,113,95); }
div.DivClassName
{
background-color: #6F715F;
}
.BgClassName
{
background-color: #6F715F;
}
</style>
border-color css
<style>
span { border-color: #6F715F; }
span { border-color: rgb(111,113,95); }
td.TdClassName
{
border-color: #6F715F;
}
.TagClassName
{
border-color: #6F715F;
}
</style>