Shades of Finch #6C6E63
Tints of Finch #6C6E63
RGB
CMYK
RGB Variations
Color information
#6C6E63 (or 0x6C6E63) is known color: Finch. HEX triplet: 6C, 6E and 63. RGB value is (108,110,99). Sum of RGB (Red+Green+Blue) = 108+110+99=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E63 is #93919C. Grayscale: #6C6C6C. Windows color (decimal): -9671069 or 6516332. OLE color: 6516332.
HSL color Cylindrical-coordinate representation of color #6C6E63: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C6E63 is Cyan = 0.02, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 110 | 99 | - |
| CMYK | 0.02 | 0 | 0.1 | 0.57 |
| HSL | 70.91º | 0.05% | 0.41% | - |
| HSV(B) | 70.91º | 0.1% | 0.43% | - |
| XYZ | 14.01 | 15.24 | 14.01 | - |
| YUV | 108.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 99 | 0.02 | 0 | 0.1 | 0.57 | 70.91 | 0.05 | 0.41 |
| Hex | 6C | 6E | 63 | 2 | 0 | A | 39 | 47 | 5 | 29 |
| Octal | 154 | 156 | 143 | 2 | 0 | 12 | 71 | 107 | 5 | 51 |
| Binary | 1101100 | 1101110 | 1100011 | 10 | 0 | 1010 | 111001 | 1000111 | 101 | 101001 |
Color Harmonies of #6C6E63
Complementary color
Monochromatic Colors of #6C6E63
Black with #6C6E63
Text Example
Text Example
White with #6C6E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E63; }
p { color: rgb(108,110,99); }
H1.HeaderClassName
{
color: #6C6E63;
}
.AnyTagClassName
{
color: #6C6E63;
}
</style>
background-color css
<style>
a { background-color: #6C6E63; }
a { background-color: rgb(108,110,99); }
div.DivClassName
{
background-color: #6C6E63;
}
.BgClassName
{
background-color: #6C6E63;
}
</style>
border-color css
<style>
span { border-color: #6C6E63; }
span { border-color: rgb(108,110,99); }
td.TdClassName
{
border-color: #6C6E63;
}
.TagClassName
{
border-color: #6C6E63;
}
</style>