Shades of Finch #6B6D65
Tints of Finch #6B6D65
RGB
CMYK
RGB Variations
Color information
#6B6D65 (or 0x6B6D65) is known color: Finch. HEX triplet: 6B, 6D and 65. RGB value is (107,109,101). Sum of RGB (Red+Green+Blue) = 107+109+101=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D65 is #94929A. Grayscale: #6B6B6B. Windows color (decimal): -9736859 or 6647147. OLE color: 6647147.
HSL color Cylindrical-coordinate representation of color #6B6D65: hue angle of 75º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6D65 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 101 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.57 |
| HSL | 75º | 0.04% | 0.41% | - |
| HSV(B) | 75º | 0.07% | 0.43% | - |
| XYZ | 13.88 | 15 | 14.48 | - |
| YUV | 107.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 101 | 0.02 | 0 | 0.07 | 0.57 | 75 | 0.04 | 0.41 |
| Hex | 6B | 6D | 65 | 2 | 0 | 7 | 39 | 4B | 4 | 29 |
| Octal | 153 | 155 | 145 | 2 | 0 | 7 | 71 | 113 | 4 | 51 |
| Binary | 1101011 | 1101101 | 1100101 | 10 | 0 | 111 | 111001 | 1001011 | 100 | 101001 |
Color Harmonies of #6B6D65
Complementary color
Monochromatic Colors of #6B6D65
Black with #6B6D65
Text Example
Text Example
White with #6B6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D65; }
p { color: rgb(107,109,101); }
H1.HeaderClassName
{
color: #6B6D65;
}
.AnyTagClassName
{
color: #6B6D65;
}
</style>
background-color css
<style>
a { background-color: #6B6D65; }
a { background-color: rgb(107,109,101); }
div.DivClassName
{
background-color: #6B6D65;
}
.BgClassName
{
background-color: #6B6D65;
}
</style>
border-color css
<style>
span { border-color: #6B6D65; }
span { border-color: rgb(107,109,101); }
td.TdClassName
{
border-color: #6B6D65;
}
.TagClassName
{
border-color: #6B6D65;
}
</style>