Shades of Finch #6F6F57
Tints of Finch #6F6F57
RGB
CMYK
RGB Variations
Color information
#6F6F57 (or 0x6F6F57) is known color: Finch. HEX triplet: 6F, 6F and 57. RGB value is (111,111,87). Sum of RGB (Red+Green+Blue) = 111+111+87=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6F57 is #9090A8. Grayscale: #6C6C6C. Windows color (decimal): -9474217 or 5730159. OLE color: 5730159.
HSL color Cylindrical-coordinate representation of color #6F6F57: hue angle of 60º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6F57 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 111 | 87 | - |
| CMYK | 0 | 0 | 0.22 | 0.56 |
| HSL | 60º | 0.12% | 0.39% | - |
| HSV(B) | 60º | 0.22% | 0.44% | - |
| XYZ | 13.96 | 15.44 | 11.26 | - |
| YUV | 108.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 111 | 87 | 0 | 0 | 0.22 | 0.56 | 60 | 0.12 | 0.39 |
| Hex | 6F | 6F | 57 | 0 | 0 | 16 | 38 | 3C | C | 27 |
| Octal | 157 | 157 | 127 | 0 | 0 | 26 | 70 | 74 | 14 | 47 |
| Binary | 1101111 | 1101111 | 1010111 | 0 | 0 | 10110 | 111000 | 111100 | 1100 | 100111 |
Color Harmonies of #6F6F57
Complementary color
Monochromatic Colors of #6F6F57
Black with #6F6F57
Text Example
Text Example
White with #6F6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6F57; }
p { color: rgb(111,111,87); }
H1.HeaderClassName
{
color: #6F6F57;
}
.AnyTagClassName
{
color: #6F6F57;
}
</style>
background-color css
<style>
a { background-color: #6F6F57; }
a { background-color: rgb(111,111,87); }
div.DivClassName
{
background-color: #6F6F57;
}
.BgClassName
{
background-color: #6F6F57;
}
</style>
border-color css
<style>
span { border-color: #6F6F57; }
span { border-color: rgb(111,111,87); }
td.TdClassName
{
border-color: #6F6F57;
}
.TagClassName
{
border-color: #6F6F57;
}
</style>