Shades of Finch #6D705A
Tints of Finch #6D705A
RGB
CMYK
RGB Variations
Color information
#6D705A (or 0x6D705A) is known color: Finch. HEX triplet: 6D, 70 and 5A. RGB value is (109,112,90). Sum of RGB (Red+Green+Blue) = 109+112+90=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #6D705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D705A is #928FA5. Grayscale: #6C6C6C. Windows color (decimal): -9605030 or 5927021. OLE color: 5927021.
HSL color Cylindrical-coordinate representation of color #6D705A: hue angle of 68.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D705A is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 90 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.56 |
| HSL | 68.18º | 0.11% | 0.4% | - |
| HSV(B) | 68.18º | 0.2% | 0.44% | - |
| XYZ | 13.95 | 15.58 | 11.94 | - |
| YUV | 108.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 90 | 0.03 | 0 | 0.20 | 0.56 | 68.18 | 0.11 | 0.4 |
| Hex | 6D | 70 | 5A | 3 | 0 | 14 | 38 | 44 | B | 28 |
| Octal | 155 | 160 | 132 | 3 | 0 | 24 | 70 | 104 | 13 | 50 |
| Binary | 1101101 | 1110000 | 1011010 | 11 | 0 | 10100 | 111000 | 1000100 | 1011 | 101000 |
Color Harmonies of #6D705A
Complementary color
Monochromatic Colors of #6D705A
Black with #6D705A
Text Example
Text Example
White with #6D705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D705A; }
p { color: rgb(109,112,90); }
H1.HeaderClassName
{
color: #6D705A;
}
.AnyTagClassName
{
color: #6D705A;
}
</style>
background-color css
<style>
a { background-color: #6D705A; }
a { background-color: rgb(109,112,90); }
div.DivClassName
{
background-color: #6D705A;
}
.BgClassName
{
background-color: #6D705A;
}
</style>
border-color css
<style>
span { border-color: #6D705A; }
span { border-color: rgb(109,112,90); }
td.TdClassName
{
border-color: #6D705A;
}
.TagClassName
{
border-color: #6D705A;
}
</style>