Shades of Finch #6E705A
Tints of Finch #6E705A
RGB
CMYK
RGB Variations
Color information
#6E705A (or 0x6E705A) is known color: Finch. HEX triplet: 6E, 70 and 5A. RGB value is (110,112,90). Sum of RGB (Red+Green+Blue) = 110+112+90=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #6E705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E705A is #918FA5. Grayscale: #6C6C6C. Windows color (decimal): -9539494 or 5927022. OLE color: 5927022.
HSL color Cylindrical-coordinate representation of color #6E705A: hue angle of 65.45º 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 #6E705A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 90 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.56 |
| HSL | 65.45º | 0.11% | 0.4% | - |
| HSV(B) | 65.45º | 0.2% | 0.44% | - |
| XYZ | 14.07 | 15.64 | 11.95 | - |
| YUV | 108.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 90 | 0.02 | 0 | 0.20 | 0.56 | 65.45 | 0.11 | 0.4 |
| Hex | 6E | 70 | 5A | 2 | 0 | 14 | 38 | 41 | B | 28 |
| Octal | 156 | 160 | 132 | 2 | 0 | 24 | 70 | 101 | 13 | 50 |
| Binary | 1101110 | 1110000 | 1011010 | 10 | 0 | 10100 | 111000 | 1000001 | 1011 | 101000 |
Color Harmonies of #6E705A
Complementary color
Monochromatic Colors of #6E705A
Black with #6E705A
Text Example
Text Example
White with #6E705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E705A; }
p { color: rgb(110,112,90); }
H1.HeaderClassName
{
color: #6E705A;
}
.AnyTagClassName
{
color: #6E705A;
}
</style>
background-color css
<style>
a { background-color: #6E705A; }
a { background-color: rgb(110,112,90); }
div.DivClassName
{
background-color: #6E705A;
}
.BgClassName
{
background-color: #6E705A;
}
</style>
border-color css
<style>
span { border-color: #6E705A; }
span { border-color: rgb(110,112,90); }
td.TdClassName
{
border-color: #6E705A;
}
.TagClassName
{
border-color: #6E705A;
}
</style>