Shades of Finch #6B6C61
Tints of Finch #6B6C61
RGB
CMYK
RGB Variations
Color information
#6B6C61 (or 0x6B6C61) is known color: Finch. HEX triplet: 6B, 6C and 61. RGB value is (107,108,97). Sum of RGB (Red+Green+Blue) = 107+108+97=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C61 is #94939E. Grayscale: #6A6A6A. Windows color (decimal): -9737119 or 6384747. OLE color: 6384747.
HSL color Cylindrical-coordinate representation of color #6B6C61: hue angle of 65.45º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6C61 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 97 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.58 |
| HSL | 65.45º | 0.05% | 0.4% | - |
| HSV(B) | 65.45º | 0.1% | 0.42% | - |
| XYZ | 13.58 | 14.71 | 13.43 | - |
| YUV | 106.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 97 | 0.01 | 0 | 0.10 | 0.58 | 65.45 | 0.05 | 0.4 |
| Hex | 6B | 6C | 61 | 1 | 0 | A | 3A | 41 | 5 | 28 |
| Octal | 153 | 154 | 141 | 1 | 0 | 12 | 72 | 101 | 5 | 50 |
| Binary | 1101011 | 1101100 | 1100001 | 1 | 0 | 1010 | 111010 | 1000001 | 101 | 101000 |
Color Harmonies of #6B6C61
Complementary color
Monochromatic Colors of #6B6C61
Black with #6B6C61
Text Example
Text Example
White with #6B6C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C61; }
p { color: rgb(107,108,97); }
H1.HeaderClassName
{
color: #6B6C61;
}
.AnyTagClassName
{
color: #6B6C61;
}
</style>
background-color css
<style>
a { background-color: #6B6C61; }
a { background-color: rgb(107,108,97); }
div.DivClassName
{
background-color: #6B6C61;
}
.BgClassName
{
background-color: #6B6C61;
}
</style>
border-color css
<style>
span { border-color: #6B6C61; }
span { border-color: rgb(107,108,97); }
td.TdClassName
{
border-color: #6B6C61;
}
.TagClassName
{
border-color: #6B6C61;
}
</style>