Shades of Finch #6F755B
Tints of Finch #6F755B
RGB
CMYK
RGB Variations
Color information
#6F755B (or 0x6F755B) is known color: Finch. HEX triplet: 6F, 75 and 5B. RGB value is (111,117,91). Sum of RGB (Red+Green+Blue) = 111+117+91=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #6F755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F755B is #908AA4. Grayscale: #707070. Windows color (decimal): -9472677 or 5993839. OLE color: 5993839.
HSL color Cylindrical-coordinate representation of color #6F755B: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F755B is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 117 | 91 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.54 |
| HSL | 73.85º | 0.13% | 0.41% | - |
| HSV(B) | 73.85º | 0.22% | 0.46% | - |
| XYZ | 14.81 | 16.86 | 12.37 | - |
| YUV | 112.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 91 | 0.05 | 0 | 0.22 | 0.54 | 73.85 | 0.13 | 0.41 |
| Hex | 6F | 75 | 5B | 5 | 0 | 16 | 36 | 4A | C | 29 |
| Octal | 157 | 165 | 133 | 5 | 0 | 26 | 66 | 112 | 14 | 51 |
| Binary | 1101111 | 1110101 | 1011011 | 101 | 0 | 10110 | 110110 | 1001010 | 1100 | 101001 |
Color Harmonies of #6F755B
Complementary color
Monochromatic Colors of #6F755B
Black with #6F755B
Text Example
Text Example
White with #6F755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F755B; }
p { color: rgb(111,117,91); }
H1.HeaderClassName
{
color: #6F755B;
}
.AnyTagClassName
{
color: #6F755B;
}
</style>
background-color css
<style>
a { background-color: #6F755B; }
a { background-color: rgb(111,117,91); }
div.DivClassName
{
background-color: #6F755B;
}
.BgClassName
{
background-color: #6F755B;
}
</style>
border-color css
<style>
span { border-color: #6F755B; }
span { border-color: rgb(111,117,91); }
td.TdClassName
{
border-color: #6F755B;
}
.TagClassName
{
border-color: #6F755B;
}
</style>