Shades of Finch #6D705C
Tints of Finch #6D705C
RGB
CMYK
RGB Variations
Color information
#6D705C (or 0x6D705C) is known color: Finch. HEX triplet: 6D, 70 and 5C. RGB value is (109,112,92). Sum of RGB (Red+Green+Blue) = 109+112+92=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #6D705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D705C is #928FA3. Grayscale: #6C6C6C. Windows color (decimal): -9605028 or 6058093. OLE color: 6058093.
HSL color Cylindrical-coordinate representation of color #6D705C: hue angle of 69º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D705C is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 92 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.56 |
| HSL | 69º | 0.1% | 0.4% | - |
| HSV(B) | 69º | 0.18% | 0.44% | - |
| XYZ | 14.03 | 15.61 | 12.4 | - |
| YUV | 108.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 92 | 0.03 | 0 | 0.18 | 0.56 | 69 | 0.1 | 0.4 |
| Hex | 6D | 70 | 5C | 3 | 0 | 12 | 38 | 45 | A | 28 |
| Octal | 155 | 160 | 134 | 3 | 0 | 22 | 70 | 105 | 12 | 50 |
| Binary | 1101101 | 1110000 | 1011100 | 11 | 0 | 10010 | 111000 | 1000101 | 1010 | 101000 |
Color Harmonies of #6D705C
Complementary color
Monochromatic Colors of #6D705C
Black with #6D705C
Text Example
Text Example
White with #6D705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D705C; }
p { color: rgb(109,112,92); }
H1.HeaderClassName
{
color: #6D705C;
}
.AnyTagClassName
{
color: #6D705C;
}
</style>
background-color css
<style>
a { background-color: #6D705C; }
a { background-color: rgb(109,112,92); }
div.DivClassName
{
background-color: #6D705C;
}
.BgClassName
{
background-color: #6D705C;
}
</style>
border-color css
<style>
span { border-color: #6D705C; }
span { border-color: rgb(109,112,92); }
td.TdClassName
{
border-color: #6D705C;
}
.TagClassName
{
border-color: #6D705C;
}
</style>