Shades of Finch #6B6E61
Tints of Finch #6B6E61
RGB
CMYK
RGB Variations
Color information
#6B6E61 (or 0x6B6E61) is known color: Finch. HEX triplet: 6B, 6E and 61. RGB value is (107,110,97). Sum of RGB (Red+Green+Blue) = 107+110+97=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E61 is #94919E. Grayscale: #6B6B6B. Windows color (decimal): -9736607 or 6385259. OLE color: 6385259.
HSL color Cylindrical-coordinate representation of color #6B6E61: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B6E61 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 110 | 97 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.57 |
| HSL | 73.85º | 0.06% | 0.41% | - |
| HSV(B) | 73.85º | 0.12% | 0.43% | - |
| XYZ | 13.8 | 15.14 | 13.5 | - |
| YUV | 107.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 97 | 0.03 | 0 | 0.12 | 0.57 | 73.85 | 0.06 | 0.41 |
| Hex | 6B | 6E | 61 | 3 | 0 | C | 39 | 4A | 6 | 29 |
| Octal | 153 | 156 | 141 | 3 | 0 | 14 | 71 | 112 | 6 | 51 |
| Binary | 1101011 | 1101110 | 1100001 | 11 | 0 | 1100 | 111001 | 1001010 | 110 | 101001 |
Color Harmonies of #6B6E61
Complementary color
Monochromatic Colors of #6B6E61
Black with #6B6E61
Text Example
Text Example
White with #6B6E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6E61; }
p { color: rgb(107,110,97); }
H1.HeaderClassName
{
color: #6B6E61;
}
.AnyTagClassName
{
color: #6B6E61;
}
</style>
background-color css
<style>
a { background-color: #6B6E61; }
a { background-color: rgb(107,110,97); }
div.DivClassName
{
background-color: #6B6E61;
}
.BgClassName
{
background-color: #6B6E61;
}
</style>
border-color css
<style>
span { border-color: #6B6E61; }
span { border-color: rgb(107,110,97); }
td.TdClassName
{
border-color: #6B6E61;
}
.TagClassName
{
border-color: #6B6E61;
}
</style>